Html Css Color HEX #EB07A8 Hollywood Cerise

📋 copy color: '#EB07A8'

red 235 ◦ green 7 ◦ blue 168

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

Shades of Hollywood Cerise #EB07A8

Tints of Hollywood Cerise #EB07A8

RGB

 RED value IS 235 (92.19% from 255) = 57.32%

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

 BLUE value IS 168 (66.02% from 255) = 40.98%

R = 57.32%
G = 1.71%
B = 40.98%

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

#EB07A8 (or 0xEB07A8) is known color: Hollywood Cerise. HEX triplet: EB, 07 and A8. RGB value is (235,7,168). Sum of RGB (Red+Green+Blue) = 235+7+168=410 (54% of max value = 765). Red value is 235 (92.19% from 255 or 57.32% from 410); Green value is 7 (3.12% from 255 or 1.71% from 410); Blue value is 168 (66.02% from 255 or 40.98% from 410); Max value from RGB is 235 - color contains mainly: red. Hex color #EB07A8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB07A8 is #14F857. Grayscale: #5D5D5D. Windows color (decimal): -1374296 or 11012075. OLE color: 11012075.

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

Color convert

RGB 235 7 168 -
CMYK 0 0.97 0.29 0.08
HSL 317.63º 0.94% 0.47% -
HSV(B) 317.63º 0.97% 0.92% -
XYZ 41.4 20.64 38.85 -
YUV 93.53 170.04 228.91 -
System Red Green Blue C M Y K H S L
Decimal 235 7 168 0 0.97 0.29 0.08 317.63 0.94 0.47
Hex EB 7 A8 0 61 1D 8 13E 5E 2F
Octal 353 7 250 0 141 35 10 476 136 57
Binary 11101011 111 10101000 0 1100001 11101 1000 100111110 1011110 101111

Color Harmonies of #EB07A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB07A8

Black with #EB07A8

Text Example


Text Example

White with #EB07A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB07A8; }

 p { color: rgb(235,7,168); }

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

background-color css

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

 a { background-color: rgb(235,7,168); }

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

border-color css

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

 span { border-color: rgb(235,7,168); }

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