Html Css Color HEX #EA03A7 Hollywood Cerise

📋 copy color: '#EA03A7'

red 234 ◦ green 3 ◦ blue 167

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

Shades of Hollywood Cerise #EA03A7

Tints of Hollywood Cerise #EA03A7

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.74%

 BLUE value IS 167 (65.63% from 255) = 41.34%

R = 57.92%
G = 0.74%
B = 41.34%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.29

 K value IS 0.08

RGB Variations

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

Color information

#EA03A7 (or 0xEA03A7) is known color: Hollywood Cerise. HEX triplet: EA, 03 and A7. RGB value is (234,3,167). Sum of RGB (Red+Green+Blue) = 234+3+167=404 (53% of max value = 765). Red value is 234 (91.80% from 255 or 57.92% from 404); Green value is 3 (1.56% from 255 or 0.74% from 404); Blue value is 167 (65.62% from 255 or 41.34% from 404); Max value from RGB is 234 - color contains mainly: red. Hex color #EA03A7 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA03A7 is #15FC58. Grayscale: #5A5A5A. Windows color (decimal): -1440857 or 10945514. OLE color: 10945514.

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

Color convert

RGB 234 3 167 -
CMYK 0 0.99 0.29 0.08
HSL 317.4º 0.97% 0.46% -
HSV(B) 317.4º 0.99% 0.92% -
XYZ 40.94 20.35 38.33 -
YUV 90.77 171.03 230.16 -
System Red Green Blue C M Y K H S L
Decimal 234 3 167 0 0.99 0.29 0.08 317.4 0.97 0.46
Hex EA 3 A7 0 63 1D 8 13D 61 2E
Octal 352 3 247 0 143 35 10 475 141 56
Binary 11101010 11 10100111 0 1100011 11101 1000 100111101 1100001 101110

Color Harmonies of #EA03A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA03A7

Black with #EA03A7

Text Example


Text Example

White with #EA03A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA03A7; }

 p { color: rgb(234,3,167); }

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

background-color css

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

 a { background-color: rgb(234,3,167); }

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

border-color css

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

 span { border-color: rgb(234,3,167); }

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