Html Css Color HEX #EA06AC Hollywood Cerise

📋 copy color: '#EA06AC'

red 234 ◦ green 6 ◦ blue 172

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

Shades of Hollywood Cerise #EA06AC

Tints of Hollywood Cerise #EA06AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 41.75%

R = 56.8%
G = 1.46%
B = 41.75%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#EA06AC (or 0xEA06AC) is known color: Hollywood Cerise. HEX triplet: EA, 06 and AC. RGB value is (234,6,172). Sum of RGB (Red+Green+Blue) = 234+6+172=412 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.80% from 412); Green value is 6 (2.73% from 255 or 1.46% from 412); Blue value is 172 (67.58% from 255 or 41.75% from 412); Max value from RGB is 234 - color contains mainly: red. Hex color #EA06AC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA06AC is #15F953. Grayscale: #5C5C5C. Windows color (decimal): -1440084 or 11273962. OLE color: 11273962.

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

Color convert

RGB 234 6 172 -
CMYK 0 0.97 0.26 0.08
HSL 316.32º 0.95% 0.47% -
HSV(B) 316.32º 0.97% 0.92% -
XYZ 41.44 20.6 40.82 -
YUV 93.1 172.54 228.5 -
System Red Green Blue C M Y K H S L
Decimal 234 6 172 0 0.97 0.26 0.08 316.32 0.95 0.47
Hex EA 6 AC 0 61 1A 8 13C 5F 2F
Octal 352 6 254 0 141 32 10 474 137 57
Binary 11101010 110 10101100 0 1100001 11010 1000 100111100 1011111 101111

Color Harmonies of #EA06AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA06AC

Black with #EA06AC

Text Example


Text Example

White with #EA06AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA06AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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