Html Css Color HEX #E00C5B Razzmatazz

📋 copy color: '#E00C5B'

red 224 ◦ green 12 ◦ blue 91

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

Shades of Razzmatazz #E00C5B

Tints of Razzmatazz #E00C5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 27.83%

R = 68.5%
G = 3.67%
B = 27.83%

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

#E00C5B (or 0xE00C5B) is known color: Razzmatazz. HEX triplet: E0, 0C and 5B. RGB value is (224,12,91). Sum of RGB (Red+Green+Blue) = 224+12+91=327 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.50% from 327); Green value is 12 (5.08% from 255 or 3.67% from 327); Blue value is 91 (35.94% from 255 or 27.83% from 327); Max value from RGB is 224 - color contains mainly: red. Hex color #E00C5B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00C5B is #1FF3A4. Grayscale: #545454. Windows color (decimal): -2093989 or 5967072. OLE color: 5967072.

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

Color convert

RGB 224 12 91 -
CMYK 0 0.95 0.59 0.12
HSL 337.64º 0.9% 0.46% -
HSV(B) 337.64º 0.95% 0.88% -
XYZ 32.76 16.87 11.43 -
YUV 84.39 131.74 227.58 -
System Red Green Blue C M Y K H S L
Decimal 224 12 91 0 0.95 0.59 0.12 337.64 0.9 0.46
Hex E0 C 5B 0 5F 3B C 152 5A 2E
Octal 340 14 133 0 137 73 14 522 132 56
Binary 11100000 1100 1011011 0 1011111 111011 1100 101010010 1011010 101110

Color Harmonies of #E00C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00C5B

Black with #E00C5B

Text Example


Text Example

White with #E00C5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00C5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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