Html Css Color HEX #E50859 Razzmatazz

📋 copy color: '#E50859'

red 229 ◦ green 8 ◦ blue 89

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

Shades of Razzmatazz #E50859

Tints of Razzmatazz #E50859

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.45%

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

R = 70.25%
G = 2.45%
B = 27.3%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.61

 K value IS 0.10

RGB Variations

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

Color information

#E50859 (or 0xE50859) is known color: Razzmatazz. HEX triplet: E5, 08 and 59. RGB value is (229,8,89). Sum of RGB (Red+Green+Blue) = 229+8+89=326 (43% of max value = 765). Red value is 229 (89.84% from 255 or 70.25% from 326); Green value is 8 (3.52% from 255 or 2.45% from 326); Blue value is 89 (35.16% from 255 or 27.30% from 326); Max value from RGB is 229 - color contains mainly: red. Hex color #E50859 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E50859 is #1AF7A6. Grayscale: #535353. Windows color (decimal): -1767335 or 5834981. OLE color: 5834981.

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

Color convert

RGB 229 8 89 -
CMYK 0 0.97 0.61 0.10
HSL 338.01º 0.93% 0.46% -
HSV(B) 338.01º 0.97% 0.9% -
XYZ 34.2 17.55 11.04 -
YUV 83.31 131.22 231.91 -
System Red Green Blue C M Y K H S L
Decimal 229 8 89 0 0.97 0.61 0.10 338.01 0.93 0.46
Hex E5 8 59 0 61 3D A 152 5D 2E
Octal 345 10 131 0 141 75 12 522 135 56
Binary 11100101 1000 1011001 0 1100001 111101 1010 101010010 1011101 101110

Color Harmonies of #E50859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50859

Black with #E50859

Text Example


Text Example

White with #E50859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50859; }

 p { color: rgb(229,8,89); }

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

background-color css

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

 a { background-color: rgb(229,8,89); }

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

border-color css

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

 span { border-color: rgb(229,8,89); }

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