Html Css Color HEX #E00C5C Razzmatazz

📋 copy color: '#E00C5C'

red 224 ◦ green 12 ◦ blue 92

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

Shades of Razzmatazz #E00C5C

Tints of Razzmatazz #E00C5C

RGB

 RED value IS 224 (87.89% from 255) = 68.29%

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

 BLUE value IS 92 (36.33% from 255) = 28.05%

R = 68.29%
G = 3.66%
B = 28.05%

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

#E00C5C (or 0xE00C5C) is known color: Razzmatazz. HEX triplet: E0, 0C and 5C. RGB value is (224,12,92). Sum of RGB (Red+Green+Blue) = 224+12+92=328 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.29% from 328); Green value is 12 (5.08% from 255 or 3.66% from 328); Blue value is 92 (36.33% from 255 or 28.05% from 328); Max value from RGB is 224 - color contains mainly: red. Hex color #E00C5C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00C5C is #1FF3A3. Grayscale: #545454. Windows color (decimal): -2093988 or 6032608. OLE color: 6032608.

HSL color Cylindrical-coordinate representation of color #E00C5C: hue angle of 337.36º 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 #E00C5C is Cyan = 0, Magento = 0.95, Yellow = 0.59 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 12 92 -
CMYK 0 0.95 0.59 0.12
HSL 337.36º 0.9% 0.46% -
HSV(B) 337.36º 0.95% 0.88% -
XYZ 32.8 16.88 11.66 -
YUV 84.51 132.24 227.5 -
System Red Green Blue C M Y K H S L
Decimal 224 12 92 0 0.95 0.59 0.12 337.36 0.9 0.46
Hex E0 C 5C 0 5F 3B C 151 5A 2E
Octal 340 14 134 0 137 73 14 521 132 56
Binary 11100000 1100 1011100 0 1011111 111011 1100 101010001 1011010 101110

Color Harmonies of #E00C5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00C5C

Black with #E00C5C

Text Example


Text Example

White with #E00C5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00C5C; }

 p { color: rgb(224,12,92); }

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

background-color css

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

 a { background-color: rgb(224,12,92); }

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

border-color css

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

 span { border-color: rgb(224,12,92); }

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