Html Css Color HEX #EA0959 Razzmatazz

📋 copy color: '#EA0959'

red 234 ◦ green 9 ◦ blue 89

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

Shades of Razzmatazz #EA0959

Tints of Razzmatazz #EA0959

RGB

 RED value IS 234 (91.8% from 255) = 70.48%

 GREEN value IS 9 (3.91% from 255) = 2.71%

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

R = 70.48%
G = 2.71%
B = 26.81%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.62

 K value IS 0.08

RGB Variations

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

Color information

#EA0959 (or 0xEA0959) is known color: Razzmatazz. HEX triplet: EA, 09 and 59. RGB value is (234,9,89). Sum of RGB (Red+Green+Blue) = 234+9+89=332 (43% of max value = 765). Red value is 234 (91.80% from 255 or 70.48% from 332); Green value is 9 (3.91% from 255 or 2.71% from 332); Blue value is 89 (35.16% from 255 or 26.81% from 332); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0959 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA0959 is #15F6A6. Grayscale: #555555. Windows color (decimal): -1439399 or 5835242. OLE color: 5835242.

HSL color Cylindrical-coordinate representation of color #EA0959: hue angle of 338.67º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EA0959 is Cyan = 0, Magento = 0.96, Yellow = 0.62 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 9 89 -
CMYK 0 0.96 0.62 0.08
HSL 338.67º 0.93% 0.48% -
HSV(B) 338.67º 0.96% 0.92% -
XYZ 35.83 18.41 11.12 -
YUV 85.4 130.04 234 -
System Red Green Blue C M Y K H S L
Decimal 234 9 89 0 0.96 0.62 0.08 338.67 0.93 0.48
Hex EA 9 59 0 60 3E 8 153 5D 30
Octal 352 11 131 0 140 76 10 523 135 60
Binary 11101010 1001 1011001 0 1100000 111110 1000 101010011 1011101 110000

Color Harmonies of #EA0959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0959

Black with #EA0959

Text Example


Text Example

White with #EA0959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0959; }

 p { color: rgb(234,9,89); }

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

background-color css

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

 a { background-color: rgb(234,9,89); }

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

border-color css

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

 span { border-color: rgb(234,9,89); }

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