Html Css Color HEX #E11156 Razzmatazz

📋 copy color: '#E11156'

red 225 ◦ green 17 ◦ blue 86

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

Shades of Razzmatazz #E11156

Tints of Razzmatazz #E11156

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 26.22%

R = 68.6%
G = 5.18%
B = 26.22%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.62

 K value IS 0.12

RGB Variations

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

Color information

#E11156 (or 0xE11156) is known color: Razzmatazz. HEX triplet: E1, 11 and 56. RGB value is (225,17,86). Sum of RGB (Red+Green+Blue) = 225+17+86=328 (43% of max value = 765). Red value is 225 (88.28% from 255 or 68.60% from 328); Green value is 17 (7.03% from 255 or 5.18% from 328); Blue value is 86 (33.98% from 255 or 26.22% from 328); Max value from RGB is 225 - color contains mainly: red. Hex color #E11156 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E11156 is #1EEEA9. Grayscale: #565656. Windows color (decimal): -2027178 or 5640673. OLE color: 5640673.

HSL color Cylindrical-coordinate representation of color #E11156: hue angle of 340.1º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E11156 is Cyan = 0, Magento = 0.92, Yellow = 0.62 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 17 86 -
CMYK 0 0.92 0.62 0.12
HSL 340.1º 0.86% 0.47% -
HSV(B) 340.1º 0.92% 0.88% -
XYZ 32.93 17.08 10.37 -
YUV 87.06 127.41 226.39 -
System Red Green Blue C M Y K H S L
Decimal 225 17 86 0 0.92 0.62 0.12 340.1 0.86 0.47
Hex E1 11 56 0 5C 3E C 154 56 2F
Octal 341 21 126 0 134 76 14 524 126 57
Binary 11100001 10001 1010110 0 1011100 111110 1100 101010100 1010110 101111

Color Harmonies of #E11156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11156

Black with #E11156

Text Example


Text Example

White with #E11156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11156; }

 p { color: rgb(225,17,86); }

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

background-color css

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

 a { background-color: rgb(225,17,86); }

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

border-color css

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

 span { border-color: rgb(225,17,86); }

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