Html Css Color HEX #EA01A2 Hollywood Cerise

📋 copy color: '#EA01A2'

red 234 ◦ green 1 ◦ blue 162

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

Shades of Hollywood Cerise #EA01A2

Tints of Hollywood Cerise #EA01A2

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.25%

 BLUE value IS 162 (63.67% from 255) = 40.81%

R = 58.94%
G = 0.25%
B = 40.81%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.31

 K value IS 0.08

RGB Variations

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

Color information

#EA01A2 (or 0xEA01A2) is known color: Hollywood Cerise. HEX triplet: EA, 01 and A2. RGB value is (234,1,162). Sum of RGB (Red+Green+Blue) = 234+1+162=397 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.94% from 397); Green value is 1 (0.78% from 255 or 0.25% from 397); Blue value is 162 (63.67% from 255 or 40.81% from 397); Max value from RGB is 234 - color contains mainly: red. Hex color #EA01A2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA01A2 is #15FE5D. Grayscale: #585858. Windows color (decimal): -1441374 or 10617322. OLE color: 10617322.

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

Color convert

RGB 234 1 162 -
CMYK 0 1.00 0.31 0.08
HSL 318.54º 0.99% 0.46% -
HSV(B) 318.54º 1% 0.92% -
XYZ 40.46 20.12 35.93 -
YUV 89.02 169.19 231.41 -
System Red Green Blue C M Y K H S L
Decimal 234 1 162 0 1.00 0.31 0.08 318.54 0.99 0.46
Hex EA 1 A2 0 64 1F 8 13F 63 2E
Octal 352 1 242 0 144 37 10 477 143 56
Binary 11101010 1 10100010 0 1100100 11111 1000 100111111 1100011 101110

Color Harmonies of #EA01A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA01A2

Black with #EA01A2

Text Example


Text Example

White with #EA01A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA01A2; }

 p { color: rgb(234,1,162); }

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

background-color css

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

 a { background-color: rgb(234,1,162); }

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

border-color css

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

 span { border-color: rgb(234,1,162); }

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