Html Css Color HEX #E80259 Razzmatazz

📋 copy color: '#E80259'

red 232 ◦ green 2 ◦ blue 89

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

Shades of Razzmatazz #E80259

Tints of Razzmatazz #E80259

RGB

 RED value IS 232 (91.02% from 255) = 71.83%

 GREEN value IS 2 (1.17% from 255) = 0.62%

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

R = 71.83%
G = 0.62%
B = 27.55%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.62

 K value IS 0.09

RGB Variations

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

Color information

#E80259 (or 0xE80259) is known color: Razzmatazz. HEX triplet: E8, 02 and 59. RGB value is (232,2,89). Sum of RGB (Red+Green+Blue) = 232+2+89=323 (42% of max value = 765). Red value is 232 (91.02% from 255 or 71.83% from 323); Green value is 2 (1.17% from 255 or 0.62% from 323); Blue value is 89 (35.16% from 255 or 27.55% from 323); Max value from RGB is 232 - color contains mainly: red. Hex color #E80259 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E80259 is #17FDA6. Grayscale: #505050. Windows color (decimal): -1572263 or 5833448. OLE color: 5833448.

HSL color Cylindrical-coordinate representation of color #E80259: hue angle of 337.3º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E80259 is Cyan = 0, Magento = 0.99, Yellow = 0.62 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 2 89 -
CMYK 0 0.99 0.62 0.09
HSL 337.3º 0.98% 0.46% -
HSV(B) 337.3º 0.99% 0.91% -
XYZ 35.1 17.92 11.06 -
YUV 80.69 132.7 235.93 -
System Red Green Blue C M Y K H S L
Decimal 232 2 89 0 0.99 0.62 0.09 337.3 0.98 0.46
Hex E8 2 59 0 63 3E 9 151 62 2E
Octal 350 2 131 0 143 76 11 521 142 56
Binary 11101000 10 1011001 0 1100011 111110 1001 101010001 1100010 101110

Color Harmonies of #E80259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80259

Black with #E80259

Text Example


Text Example

White with #E80259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80259; }

 p { color: rgb(232,2,89); }

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

background-color css

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

 a { background-color: rgb(232,2,89); }

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

border-color css

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

 span { border-color: rgb(232,2,89); }

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