Html Css Color HEX #E5114C Razzmatazz

📋 copy color: '#E5114C'

red 229 ◦ green 17 ◦ blue 76

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

Shades of Razzmatazz #E5114C

Tints of Razzmatazz #E5114C

RGB

 RED value IS 229 (89.84% from 255) = 71.12%

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

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

R = 71.12%
G = 5.28%
B = 23.6%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.67

 K value IS 0.10

RGB Variations

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

Color information

#E5114C (or 0xE5114C) is known color: Razzmatazz. HEX triplet: E5, 11 and 4C. RGB value is (229,17,76). Sum of RGB (Red+Green+Blue) = 229+17+76=322 (42% of max value = 765). Red value is 229 (89.84% from 255 or 71.12% from 322); Green value is 17 (7.03% from 255 or 5.28% from 322); Blue value is 76 (30.08% from 255 or 23.60% from 322); Max value from RGB is 229 - color contains mainly: red. Hex color #E5114C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E5114C is #1AEEB3. Grayscale: #575757. Windows color (decimal): -1765044 or 4985317. OLE color: 4985317.

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

Color convert

RGB 229 17 76 -
CMYK 0 0.93 0.67 0.10
HSL 343.3º 0.86% 0.48% -
HSV(B) 343.3º 0.93% 0.9% -
XYZ 33.82 17.58 8.45 -
YUV 87.11 121.74 229.2 -
System Red Green Blue C M Y K H S L
Decimal 229 17 76 0 0.93 0.67 0.10 343.3 0.86 0.48
Hex E5 11 4C 0 5D 43 A 157 56 30
Octal 345 21 114 0 135 103 12 527 126 60
Binary 11100101 10001 1001100 0 1011101 1000011 1010 101010111 1010110 110000

Color Harmonies of #E5114C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5114C

Black with #E5114C

Text Example


Text Example

White with #E5114C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5114C; }

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

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

background-color css

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

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

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

border-color css

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

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

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