Html Css Color HEX #EB079F Hollywood Cerise

📋 copy color: '#EB079F'

red 235 ◦ green 7 ◦ blue 159

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

Shades of Hollywood Cerise #EB079F

Tints of Hollywood Cerise #EB079F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 39.65%

R = 58.6%
G = 1.75%
B = 39.65%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#EB079F (or 0xEB079F) is known color: Hollywood Cerise. HEX triplet: EB, 07 and 9F. RGB value is (235,7,159). Sum of RGB (Red+Green+Blue) = 235+7+159=401 (53% of max value = 765). Red value is 235 (92.19% from 255 or 58.60% from 401); Green value is 7 (3.12% from 255 or 1.75% from 401); Blue value is 159 (62.5% from 255 or 39.65% from 401); Max value from RGB is 235 - color contains mainly: red. Hex color #EB079F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB079F is #14F860. Grayscale: #5C5C5C. Windows color (decimal): -1374305 or 10422251. OLE color: 10422251.

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

Color convert

RGB 235 7 159 -
CMYK 0 0.97 0.32 0.08
HSL 320º 0.94% 0.47% -
HSV(B) 320º 0.97% 0.92% -
XYZ 40.59 20.32 34.58 -
YUV 92.5 165.54 229.64 -
System Red Green Blue C M Y K H S L
Decimal 235 7 159 0 0.97 0.32 0.08 320 0.94 0.47
Hex EB 7 9F 0 61 20 8 140 5E 2F
Octal 353 7 237 0 141 40 10 500 136 57
Binary 11101011 111 10011111 0 1100001 100000 1000 101000000 1011110 101111

Color Harmonies of #EB079F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB079F

Black with #EB079F

Text Example


Text Example

White with #EB079F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB079F; }

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

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

background-color css

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

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

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

border-color css

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

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

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