Html Css Color HEX #E10559 Razzmatazz

📋 copy color: '#E10559'

red 225 ◦ green 5 ◦ blue 89

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

Shades of Razzmatazz #E10559

Tints of Razzmatazz #E10559

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.57%

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

R = 70.53%
G = 1.57%
B = 27.9%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.60

 K value IS 0.12

RGB Variations

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

Color information

#E10559 (or 0xE10559) is known color: Razzmatazz. HEX triplet: E1, 05 and 59. RGB value is (225,5,89). Sum of RGB (Red+Green+Blue) = 225+5+89=319 (42% of max value = 765). Red value is 225 (88.28% from 255 or 70.53% from 319); Green value is 5 (2.34% from 255 or 1.57% from 319); Blue value is 89 (35.16% from 255 or 27.90% from 319); Max value from RGB is 225 - color contains mainly: red. Hex color #E10559 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10559 is #1EFAA6. Grayscale: #505050. Windows color (decimal): -2030247 or 5834209. OLE color: 5834209.

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

Color convert

RGB 225 5 89 -
CMYK 0 0.98 0.60 0.12
HSL 337.09º 0.96% 0.45% -
HSV(B) 337.09º 0.98% 0.88% -
XYZ 32.91 16.84 10.97 -
YUV 80.36 132.89 231.17 -
System Red Green Blue C M Y K H S L
Decimal 225 5 89 0 0.98 0.60 0.12 337.09 0.96 0.45
Hex E1 5 59 0 62 3C C 151 60 2D
Octal 341 5 131 0 142 74 14 521 140 55
Binary 11100001 101 1011001 0 1100010 111100 1100 101010001 1100000 101101

Color Harmonies of #E10559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10559

Black with #E10559

Text Example


Text Example

White with #E10559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10559; }

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

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

background-color css

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

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

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

border-color css

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

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

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