Html Css Color HEX #EA0E63 Razzmatazz

📋 copy color: '#EA0E63'

red 234 ◦ green 14 ◦ blue 99

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

Shades of Razzmatazz #EA0E63

Tints of Razzmatazz #EA0E63

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.03%

 BLUE value IS 99 (39.06% from 255) = 28.53%

R = 67.44%
G = 4.03%
B = 28.53%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.58

 K value IS 0.08

RGB Variations

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

Color information

#EA0E63 (or 0xEA0E63) is known color: Razzmatazz. HEX triplet: EA, 0E and 63. RGB value is (234,14,99). Sum of RGB (Red+Green+Blue) = 234+14+99=347 (45% of max value = 765). Red value is 234 (91.80% from 255 or 67.44% from 347); Green value is 14 (5.86% from 255 or 4.03% from 347); Blue value is 99 (39.06% from 255 or 28.53% from 347); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0E63 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA0E63 is #15F19C. Grayscale: #595959. Windows color (decimal): -1438109 or 6491882. OLE color: 6491882.

HSL color Cylindrical-coordinate representation of color #EA0E63: hue angle of 336.82º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EA0E63 is Cyan = 0, Magento = 0.94, Yellow = 0.58 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 14 99 -
CMYK 0 0.94 0.58 0.08
HSL 336.82º 0.89% 0.49% -
HSV(B) 336.82º 0.94% 0.92% -
XYZ 36.34 18.71 13.5 -
YUV 89.47 133.39 231.09 -
System Red Green Blue C M Y K H S L
Decimal 234 14 99 0 0.94 0.58 0.08 336.82 0.89 0.49
Hex EA E 63 0 5E 3A 8 151 59 31
Octal 352 16 143 0 136 72 10 521 131 61
Binary 11101010 1110 1100011 0 1011110 111010 1000 101010001 1011001 110001

Color Harmonies of #EA0E63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0E63

Black with #EA0E63

Text Example


Text Example

White with #EA0E63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0E63; }

 p { color: rgb(234,14,99); }

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

background-color css

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

 a { background-color: rgb(234,14,99); }

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

border-color css

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

 span { border-color: rgb(234,14,99); }

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