Html Css Color HEX #EB099A Hollywood Cerise

📋 copy color: '#EB099A'

red 235 ◦ green 9 ◦ blue 154

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

Shades of Hollywood Cerise #EB099A

Tints of Hollywood Cerise #EB099A

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.26%

 BLUE value IS 154 (60.55% from 255) = 38.69%

R = 59.05%
G = 2.26%
B = 38.69%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.34

 K value IS 0.08

RGB Variations

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

Color information

#EB099A (or 0xEB099A) is known color: Hollywood Cerise. HEX triplet: EB, 09 and 9A. RGB value is (235,9,154). Sum of RGB (Red+Green+Blue) = 235+9+154=398 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.05% from 398); Green value is 9 (3.91% from 255 or 2.26% from 398); Blue value is 154 (60.55% from 255 or 38.69% from 398); Max value from RGB is 235 - color contains mainly: red. Hex color #EB099A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB099A is #14F665. Grayscale: #5C5C5C. Windows color (decimal): -1373798 or 10095083. OLE color: 10095083.

HSL color Cylindrical-coordinate representation of color #EB099A: hue angle of 321.5º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EB099A is Cyan = 0, Magento = 0.96, Yellow = 0.34 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 9 154 -
CMYK 0 0.96 0.34 0.08
HSL 321.5º 0.93% 0.48% -
HSV(B) 321.5º 0.96% 0.92% -
XYZ 40.19 20.19 32.35 -
YUV 93.1 162.37 229.21 -
System Red Green Blue C M Y K H S L
Decimal 235 9 154 0 0.96 0.34 0.08 321.5 0.93 0.48
Hex EB 9 9A 0 60 22 8 142 5D 30
Octal 353 11 232 0 140 42 10 502 135 60
Binary 11101011 1001 10011010 0 1100000 100010 1000 101000010 1011101 110000

Color Harmonies of #EB099A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB099A

Black with #EB099A

Text Example


Text Example

White with #EB099A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB099A; }

 p { color: rgb(235,9,154); }

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

background-color css

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

 a { background-color: rgb(235,9,154); }

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

border-color css

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

 span { border-color: rgb(235,9,154); }

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