Html Css Color HEX #EA0FAD Hollywood Cerise

📋 copy color: '#EA0FAD'

red 234 ◦ green 15 ◦ blue 173

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

Shades of Hollywood Cerise #EA0FAD

Tints of Hollywood Cerise #EA0FAD

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.55%

 BLUE value IS 173 (67.97% from 255) = 41%

R = 55.45%
G = 3.55%
B = 41%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#EA0FAD (or 0xEA0FAD) is known color: Hollywood Cerise. HEX triplet: EA, 0F and AD. RGB value is (234,15,173). Sum of RGB (Red+Green+Blue) = 234+15+173=422 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.45% from 422); Green value is 15 (6.25% from 255 or 3.55% from 422); Blue value is 173 (67.97% from 255 or 41.00% from 422); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0FAD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA0FAD is #15F052. Grayscale: #626262. Windows color (decimal): -1437779 or 11341802. OLE color: 11341802.

HSL color Cylindrical-coordinate representation of color #EA0FAD: hue angle of 316.71º degrees, saturation: 0.88, 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 #EA0FAD is Cyan = 0, Magento = 0.94, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 15 173 -
CMYK 0 0.94 0.26 0.08
HSL 316.71º 0.88% 0.49% -
HSV(B) 316.71º 0.94% 0.92% -
XYZ 41.65 20.85 41.36 -
YUV 98.49 170.05 224.65 -
System Red Green Blue C M Y K H S L
Decimal 234 15 173 0 0.94 0.26 0.08 316.71 0.88 0.49
Hex EA F AD 0 5E 1A 8 13D 58 31
Octal 352 17 255 0 136 32 10 475 130 61
Binary 11101010 1111 10101101 0 1011110 11010 1000 100111101 1011000 110001

Color Harmonies of #EA0FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0FAD

Black with #EA0FAD

Text Example


Text Example

White with #EA0FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0FAD; }

 p { color: rgb(234,15,173); }

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

background-color css

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

 a { background-color: rgb(234,15,173); }

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

border-color css

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

 span { border-color: rgb(234,15,173); }

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