Html Css Color HEX #EA01AC Hollywood Cerise

📋 copy color: '#EA01AC'

red 234 ◦ green 1 ◦ blue 172

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

Shades of Hollywood Cerise #EA01AC

Tints of Hollywood Cerise #EA01AC

RGB

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

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

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

R = 57.49%
G = 0.25%
B = 42.26%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#EA01AC (or 0xEA01AC) is known color: Hollywood Cerise. HEX triplet: EA, 01 and AC. RGB value is (234,1,172). Sum of RGB (Red+Green+Blue) = 234+1+172=407 (53% of max value = 765). Red value is 234 (91.80% from 255 or 57.49% from 407); Green value is 1 (0.78% from 255 or 0.25% from 407); Blue value is 172 (67.58% from 255 or 42.26% from 407); Max value from RGB is 234 - color contains mainly: red. Hex color #EA01AC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA01AC is #15FE53. Grayscale: #595959. Windows color (decimal): -1441364 or 11272682. OLE color: 11272682.

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

Color convert

RGB 234 1 172 -
CMYK 0 1.00 0.26 0.08
HSL 315.97º 0.99% 0.46% -
HSV(B) 315.97º 1% 0.92% -
XYZ 41.39 20.49 40.8 -
YUV 90.16 174.19 230.6 -
System Red Green Blue C M Y K H S L
Decimal 234 1 172 0 1.00 0.26 0.08 315.97 0.99 0.46
Hex EA 1 AC 0 64 1A 8 13C 63 2E
Octal 352 1 254 0 144 32 10 474 143 56
Binary 11101010 1 10101100 0 1100100 11010 1000 100111100 1100011 101110

Color Harmonies of #EA01AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA01AC

Black with #EA01AC

Text Example


Text Example

White with #EA01AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA01AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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