Html Css Color HEX #E11059 Razzmatazz

📋 copy color: '#E11059'

red 225 ◦ green 16 ◦ blue 89

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

Shades of Razzmatazz #E11059

Tints of Razzmatazz #E11059

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.85%

 BLUE value IS 89 (35.16% from 255) = 26.97%

R = 68.18%
G = 4.85%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.60

 K value IS 0.12

RGB Variations

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

Color information

#E11059 (or 0xE11059) is known color: Razzmatazz. HEX triplet: E1, 10 and 59. RGB value is (225,16,89). Sum of RGB (Red+Green+Blue) = 225+16+89=330 (43% of max value = 765). Red value is 225 (88.28% from 255 or 68.18% from 330); Green value is 16 (6.64% from 255 or 4.85% from 330); Blue value is 89 (35.16% from 255 or 26.97% from 330); Max value from RGB is 225 - color contains mainly: red. Hex color #E11059 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E11059 is #1EEFA6. Grayscale: #565656. Windows color (decimal): -2027431 or 5837025. OLE color: 5837025.

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

Color convert

RGB 225 16 89 -
CMYK 0 0.93 0.60 0.12
HSL 339.04º 0.87% 0.47% -
HSV(B) 339.04º 0.93% 0.88% -
XYZ 33.04 17.1 11.01 -
YUV 86.81 129.24 226.56 -
System Red Green Blue C M Y K H S L
Decimal 225 16 89 0 0.93 0.60 0.12 339.04 0.87 0.47
Hex E1 10 59 0 5D 3C C 153 57 2F
Octal 341 20 131 0 135 74 14 523 127 57
Binary 11100001 10000 1011001 0 1011101 111100 1100 101010011 1010111 101111

Color Harmonies of #E11059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11059

Black with #E11059

Text Example


Text Example

White with #E11059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11059; }

 p { color: rgb(225,16,89); }

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

background-color css

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

 a { background-color: rgb(225,16,89); }

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

border-color css

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

 span { border-color: rgb(225,16,89); }

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