Html Css Color HEX #EA07B0 Hollywood Cerise

📋 copy color: '#EA07B0'

red 234 ◦ green 7 ◦ blue 176

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

Shades of Hollywood Cerise #EA07B0

Tints of Hollywood Cerise #EA07B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 42.21%

R = 56.12%
G = 1.68%
B = 42.21%

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

#EA07B0 (or 0xEA07B0) is known color: Hollywood Cerise. HEX triplet: EA, 07 and B0. RGB value is (234,7,176). Sum of RGB (Red+Green+Blue) = 234+7+176=417 (55% of max value = 765). Red value is 234 (91.80% from 255 or 56.12% from 417); Green value is 7 (3.12% from 255 or 1.68% from 417); Blue value is 176 (69.14% from 255 or 42.21% from 417); Max value from RGB is 234 - color contains mainly: red. Hex color #EA07B0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA07B0 is #15F84F. Grayscale: #5D5D5D. Windows color (decimal): -1439824 or 11536362. OLE color: 11536362.

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

Color convert

RGB 234 7 176 -
CMYK 0 0.97 0.25 0.08
HSL 315.33º 0.94% 0.47% -
HSV(B) 315.33º 0.97% 0.92% -
XYZ 41.84 20.78 42.88 -
YUV 94.14 174.21 227.76 -
System Red Green Blue C M Y K H S L
Decimal 234 7 176 0 0.97 0.25 0.08 315.33 0.94 0.47
Hex EA 7 B0 0 61 19 8 13B 5E 2F
Octal 352 7 260 0 141 31 10 473 136 57
Binary 11101010 111 10110000 0 1100001 11001 1000 100111011 1011110 101111

Color Harmonies of #EA07B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA07B0

Black with #EA07B0

Text Example


Text Example

White with #EA07B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA07B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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