Html Css Color HEX #E8114C Razzmatazz

📋 copy color: '#E8114C'

red 232 ◦ green 17 ◦ blue 76

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

Shades of Razzmatazz #E8114C

Tints of Razzmatazz #E8114C

RGB

 RED value IS 232 (91.02% from 255) = 71.38%

 GREEN value IS 17 (7.03% from 255) = 5.23%

 BLUE value IS 76 (30.08% from 255) = 23.38%

R = 71.38%
G = 5.23%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.67

 K value IS 0.09

RGB Variations

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

Color information

#E8114C (or 0xE8114C) is known color: Razzmatazz. HEX triplet: E8, 11 and 4C. RGB value is (232,17,76). Sum of RGB (Red+Green+Blue) = 232+17+76=325 (43% of max value = 765). Red value is 232 (91.02% from 255 or 71.38% from 325); Green value is 17 (7.03% from 255 or 5.23% from 325); Blue value is 76 (30.08% from 255 or 23.38% from 325); Max value from RGB is 232 - color contains mainly: red. Hex color #E8114C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E8114C is #17EEB3. Grayscale: #575757. Windows color (decimal): -1568436 or 4985320. OLE color: 4985320.

HSL color Cylindrical-coordinate representation of color #E8114C: hue angle of 343.53º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E8114C is Cyan = 0, Magento = 0.93, Yellow = 0.67 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 17 76 -
CMYK 0 0.93 0.67 0.09
HSL 343.53º 0.86% 0.49% -
HSV(B) 343.53º 0.93% 0.91% -
XYZ 34.78 18.08 8.49 -
YUV 88.01 121.23 230.7 -
System Red Green Blue C M Y K H S L
Decimal 232 17 76 0 0.93 0.67 0.09 343.53 0.86 0.49
Hex E8 11 4C 0 5D 43 9 158 56 31
Octal 350 21 114 0 135 103 11 530 126 61
Binary 11101000 10001 1001100 0 1011101 1000011 1001 101011000 1010110 110001

Color Harmonies of #E8114C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8114C

Black with #E8114C

Text Example


Text Example

White with #E8114C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8114C; }

 p { color: rgb(232,17,76); }

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

background-color css

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

 a { background-color: rgb(232,17,76); }

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

border-color css

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

 span { border-color: rgb(232,17,76); }

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