Html Css Color HEX #E10C5D Razzmatazz

📋 copy color: '#E10C5D'

red 225 ◦ green 12 ◦ blue 93

#E10C5D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Razzmatazz #E10C5D

Tints of Razzmatazz #E10C5D

RGB

 RED value IS 225 (88.28% from 255) = 68.18%

 GREEN value IS 12 (5.08% from 255) = 3.64%

 BLUE value IS 93 (36.72% from 255) = 28.18%

R = 68.18%
G = 3.64%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.59

 K value IS 0.12

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#E10C5D (or 0xE10C5D) is known color: Razzmatazz. HEX triplet: E1, 0C and 5D. RGB value is (225,12,93). Sum of RGB (Red+Green+Blue) = 225+12+93=330 (43% of max value = 765). Red value is 225 (88.28% from 255 or 68.18% from 330); Green value is 12 (5.08% from 255 or 3.64% from 330); Blue value is 93 (36.72% from 255 or 28.18% from 330); Max value from RGB is 225 - color contains mainly: red. Hex color #E10C5D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10C5D is #1EF3A2. Grayscale: #545454. Windows color (decimal): -2028451 or 6098145. OLE color: 6098145.

HSL color Cylindrical-coordinate representation of color #E10C5D: hue angle of 337.18º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E10C5D is Cyan = 0, Magento = 0.95, Yellow = 0.59 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 12 93 -
CMYK 0 0.95 0.59 0.12
HSL 337.18º 0.9% 0.46% -
HSV(B) 337.18º 0.95% 0.88% -
XYZ 33.16 17.06 11.9 -
YUV 84.92 132.57 227.91 -
System Red Green Blue C M Y K H S L
Decimal 225 12 93 0 0.95 0.59 0.12 337.18 0.9 0.46
Hex E1 C 5D 0 5F 3B C 151 5A 2E
Octal 341 14 135 0 137 73 14 521 132 56
Binary 11100001 1100 1011101 0 1011111 111011 1100 101010001 1011010 101110

Color Harmonies of #E10C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10C5D

Black with #E10C5D

Text Example


Text Example

White with #E10C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10C5D; }

 p { color: rgb(225,12,93); }

 H1.HeaderClassName
 {
   color: #E10C5D;
 }
 .AnyTagClassName
 {
   color: #E10C5D;
 }
</style>

background-color css

<style>
 a { background-color: #E10C5D; }

 a { background-color: rgb(225,12,93); }

 div.DivClassName
 {
   background-color: #E10C5D;
 }
 .BgClassName
 {
   background-color: #E10C5D;
 }
</style>

border-color css

<style>
 span { border-color: #E10C5D; }

 span { border-color: rgb(225,12,93); }

 td.TdClassName
 {
   border-color: #E10C5D;
 }
 .TagClassName
 {
   border-color: #E10C5D;
 }
</style>