Html Css Color HEX #EA07A5 Hollywood Cerise

📋 copy color: '#EA07A5'

red 234 ◦ green 7 ◦ blue 165

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

Shades of Hollywood Cerise #EA07A5

Tints of Hollywood Cerise #EA07A5

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.72%

 BLUE value IS 165 (64.84% from 255) = 40.64%

R = 57.64%
G = 1.72%
B = 40.64%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.29

 K value IS 0.08

RGB Variations

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

Color information

#EA07A5 (or 0xEA07A5) is known color: Hollywood Cerise. HEX triplet: EA, 07 and A5. RGB value is (234,7,165). Sum of RGB (Red+Green+Blue) = 234+7+165=406 (53% of max value = 765). Red value is 234 (91.80% from 255 or 57.64% from 406); Green value is 7 (3.12% from 255 or 1.72% from 406); Blue value is 165 (64.84% from 255 or 40.64% from 406); Max value from RGB is 234 - color contains mainly: red. Hex color #EA07A5 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA07A5 is #15F85A. Grayscale: #5C5C5C. Windows color (decimal): -1439835 or 10815466. OLE color: 10815466.

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

Color convert

RGB 234 7 165 -
CMYK 0 0.97 0.29 0.08
HSL 318.24º 0.94% 0.47% -
HSV(B) 318.24º 0.97% 0.92% -
XYZ 40.8 20.36 37.38 -
YUV 92.89 168.71 228.65 -
System Red Green Blue C M Y K H S L
Decimal 234 7 165 0 0.97 0.29 0.08 318.24 0.94 0.47
Hex EA 7 A5 0 61 1D 8 13E 5E 2F
Octal 352 7 245 0 141 35 10 476 136 57
Binary 11101010 111 10100101 0 1100001 11101 1000 100111110 1011110 101111

Color Harmonies of #EA07A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA07A5

Black with #EA07A5

Text Example


Text Example

White with #EA07A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA07A5; }

 p { color: rgb(234,7,165); }

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

background-color css

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

 a { background-color: rgb(234,7,165); }

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

border-color css

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

 span { border-color: rgb(234,7,165); }

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