Html Css Color HEX #EA069F Hollywood Cerise

📋 copy color: '#EA069F'

red 234 ◦ green 6 ◦ blue 159

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

Shades of Hollywood Cerise #EA069F

Tints of Hollywood Cerise #EA069F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 39.85%

R = 58.65%
G = 1.5%
B = 39.85%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#EA069F (or 0xEA069F) is known color: Hollywood Cerise. HEX triplet: EA, 06 and 9F. RGB value is (234,6,159). Sum of RGB (Red+Green+Blue) = 234+6+159=399 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.65% from 399); Green value is 6 (2.73% from 255 or 1.50% from 399); Blue value is 159 (62.5% from 255 or 39.85% from 399); Max value from RGB is 234 - color contains mainly: red. Hex color #EA069F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA069F is #15F960. Grayscale: #5B5B5B. Windows color (decimal): -1440097 or 10421994. OLE color: 10421994.

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

Color convert

RGB 234 6 159 -
CMYK 0 0.97 0.32 0.08
HSL 319.74º 0.95% 0.47% -
HSV(B) 319.74º 0.97% 0.92% -
XYZ 40.25 20.13 34.56 -
YUV 91.61 166.04 229.56 -
System Red Green Blue C M Y K H S L
Decimal 234 6 159 0 0.97 0.32 0.08 319.74 0.95 0.47
Hex EA 6 9F 0 61 20 8 140 5F 2F
Octal 352 6 237 0 141 40 10 500 137 57
Binary 11101010 110 10011111 0 1100001 100000 1000 101000000 1011111 101111

Color Harmonies of #EA069F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA069F

Black with #EA069F

Text Example


Text Example

White with #EA069F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA069F; }

 p { color: rgb(234,6,159); }

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

background-color css

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

 a { background-color: rgb(234,6,159); }

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

border-color css

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

 span { border-color: rgb(234,6,159); }

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