Html Css Color HEX #EA06AD Hollywood Cerise

📋 copy color: '#EA06AD'

red 234 ◦ green 6 ◦ blue 173

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

Shades of Hollywood Cerise #EA06AD

Tints of Hollywood Cerise #EA06AD

RGB

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

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

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

R = 56.66%
G = 1.45%
B = 41.89%

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

#EA06AD (or 0xEA06AD) is known color: Hollywood Cerise. HEX triplet: EA, 06 and AD. RGB value is (234,6,173). Sum of RGB (Red+Green+Blue) = 234+6+173=413 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.66% from 413); Green value is 6 (2.73% from 255 or 1.45% from 413); Blue value is 173 (67.97% from 255 or 41.89% from 413); Max value from RGB is 234 - color contains mainly: red. Hex color #EA06AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA06AD is #15F952. Grayscale: #5C5C5C. Windows color (decimal): -1440083 or 11339498. OLE color: 11339498.

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

Color convert

RGB 234 6 173 -
CMYK 0 0.97 0.26 0.08
HSL 316.05º 0.95% 0.47% -
HSV(B) 316.05º 0.97% 0.92% -
XYZ 41.54 20.64 41.33 -
YUV 93.21 173.04 228.42 -
System Red Green Blue C M Y K H S L
Decimal 234 6 173 0 0.97 0.26 0.08 316.05 0.95 0.47
Hex EA 6 AD 0 61 1A 8 13C 5F 2F
Octal 352 6 255 0 141 32 10 474 137 57
Binary 11101010 110 10101101 0 1100001 11010 1000 100111100 1011111 101111

Color Harmonies of #EA06AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA06AD

Black with #EA06AD

Text Example


Text Example

White with #EA06AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA06AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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