Html Css Color HEX #EA00A3 Hollywood Cerise

📋 copy color: '#EA00A3'

red 234 ◦ green 0 ◦ blue 163

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

Shades of Hollywood Cerise #EA00A3

Tints of Hollywood Cerise #EA00A3

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 163 (64.06% from 255) = 41.06%

R = 58.94%
G = 0%
B = 41.06%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.30

 K value IS 0.08

RGB Variations

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

Color information

#EA00A3 (or 0xEA00A3) is known color: Hollywood Cerise. HEX triplet: EA, 00 and A3. RGB value is (234,0,163). Sum of RGB (Red+Green+Blue) = 234+0+163=397 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.94% from 397); Green value is 0 (0.39% from 255 or 0% from 397); Blue value is 163 (64.06% from 255 or 41.06% from 397); Max value from RGB is 234 - color contains mainly: red. Hex color #EA00A3 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA00A3 is #15FF5C. Grayscale: #585858. Windows color (decimal): -1441629 or 10682602. OLE color: 10682602.

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

Color convert

RGB 234 0 163 -
CMYK 0 1 0.30 0.08
HSL 318.21º 1% 0.46% -
HSV(B) 318.21º 1% 0.92% -
XYZ 40.54 20.14 36.4 -
YUV 88.55 170.02 231.75 -
System Red Green Blue C M Y K H S L
Decimal 234 0 163 0 1 0.30 0.08 318.21 1 0.46
Hex EA 0 A3 0 64 1E 8 13E 64 2E
Octal 352 0 243 0 144 36 10 476 144 56
Binary 11101010 0 10100011 0 1100100 11110 1000 100111110 1100100 101110

Color Harmonies of #EA00A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA00A3

Black with #EA00A3

Text Example


Text Example

White with #EA00A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA00A3; }

 p { color: rgb(234,0,163); }

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

background-color css

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

 a { background-color: rgb(234,0,163); }

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

border-color css

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

 span { border-color: rgb(234,0,163); }

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