Html Css Color HEX #E80659 Razzmatazz

📋 copy color: '#E80659'

red 232 ◦ green 6 ◦ blue 89

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

Shades of Razzmatazz #E80659

Tints of Razzmatazz #E80659

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.83%

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

R = 70.95%
G = 1.83%
B = 27.22%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.62

 K value IS 0.09

RGB Variations

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

Color information

#E80659 (or 0xE80659) is known color: Razzmatazz. HEX triplet: E8, 06 and 59. RGB value is (232,6,89). Sum of RGB (Red+Green+Blue) = 232+6+89=327 (43% of max value = 765). Red value is 232 (91.02% from 255 or 70.95% from 327); Green value is 6 (2.73% from 255 or 1.83% from 327); Blue value is 89 (35.16% from 255 or 27.22% from 327); Max value from RGB is 232 - color contains mainly: red. Hex color #E80659 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E80659 is #17F9A6. Grayscale: #525252. Windows color (decimal): -1571239 or 5834472. OLE color: 5834472.

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

Color convert

RGB 232 6 89 -
CMYK 0 0.97 0.62 0.09
HSL 337.96º 0.95% 0.47% -
HSV(B) 337.96º 0.97% 0.91% -
XYZ 35.15 18.01 11.07 -
YUV 83.04 131.37 234.25 -
System Red Green Blue C M Y K H S L
Decimal 232 6 89 0 0.97 0.62 0.09 337.96 0.95 0.47
Hex E8 6 59 0 61 3E 9 152 5F 2F
Octal 350 6 131 0 141 76 11 522 137 57
Binary 11101000 110 1011001 0 1100001 111110 1001 101010010 1011111 101111

Color Harmonies of #E80659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80659

Black with #E80659

Text Example


Text Example

White with #E80659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80659; }

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

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

background-color css

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

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

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

border-color css

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

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

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