Html Css Color HEX #EA07AF Hollywood Cerise

📋 copy color: '#EA07AF'

red 234 ◦ green 7 ◦ blue 175

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

Shades of Hollywood Cerise #EA07AF

Tints of Hollywood Cerise #EA07AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 42.07%

R = 56.25%
G = 1.68%
B = 42.07%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.25

 K value IS 0.08

RGB Variations

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

Color information

#EA07AF (or 0xEA07AF) is known color: Hollywood Cerise. HEX triplet: EA, 07 and AF. RGB value is (234,7,175). Sum of RGB (Red+Green+Blue) = 234+7+175=416 (55% of max value = 765). Red value is 234 (91.80% from 255 or 56.25% from 416); Green value is 7 (3.12% from 255 or 1.68% from 416); Blue value is 175 (68.75% from 255 or 42.07% from 416); Max value from RGB is 234 - color contains mainly: red. Hex color #EA07AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA07AF is #15F850. Grayscale: #5D5D5D. Windows color (decimal): -1439825 or 11470826. OLE color: 11470826.

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

Color convert

RGB 234 7 175 -
CMYK 0 0.97 0.25 0.08
HSL 315.59º 0.94% 0.47% -
HSV(B) 315.59º 0.97% 0.92% -
XYZ 41.75 20.74 42.36 -
YUV 94.03 173.71 227.84 -
System Red Green Blue C M Y K H S L
Decimal 234 7 175 0 0.97 0.25 0.08 315.59 0.94 0.47
Hex EA 7 AF 0 61 19 8 13C 5E 2F
Octal 352 7 257 0 141 31 10 474 136 57
Binary 11101010 111 10101111 0 1100001 11001 1000 100111100 1011110 101111

Color Harmonies of #EA07AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA07AF

Black with #EA07AF

Text Example


Text Example

White with #EA07AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA07AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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