Html Css Color HEX #EB09A1 Hollywood Cerise

📋 copy color: '#EB09A1'

red 235 ◦ green 9 ◦ blue 161

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

Shades of Hollywood Cerise #EB09A1

Tints of Hollywood Cerise #EB09A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 39.75%

R = 58.02%
G = 2.22%
B = 39.75%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.31

 K value IS 0.08

RGB Variations

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

Color information

#EB09A1 (or 0xEB09A1) is known color: Hollywood Cerise. HEX triplet: EB, 09 and A1. RGB value is (235,9,161). Sum of RGB (Red+Green+Blue) = 235+9+161=405 (53% of max value = 765). Red value is 235 (92.19% from 255 or 58.02% from 405); Green value is 9 (3.91% from 255 or 2.22% from 405); Blue value is 161 (63.28% from 255 or 39.75% from 405); Max value from RGB is 235 - color contains mainly: red. Hex color #EB09A1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB09A1 is #14F65E. Grayscale: #5D5D5D. Windows color (decimal): -1373791 or 10553835. OLE color: 10553835.

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

Color convert

RGB 235 9 161 -
CMYK 0 0.96 0.31 0.08
HSL 319.65º 0.93% 0.48% -
HSV(B) 319.65º 0.96% 0.92% -
XYZ 40.79 20.43 35.51 -
YUV 93.9 165.87 228.64 -
System Red Green Blue C M Y K H S L
Decimal 235 9 161 0 0.96 0.31 0.08 319.65 0.93 0.48
Hex EB 9 A1 0 60 1F 8 140 5D 30
Octal 353 11 241 0 140 37 10 500 135 60
Binary 11101011 1001 10100001 0 1100000 11111 1000 101000000 1011101 110000

Color Harmonies of #EB09A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB09A1

Black with #EB09A1

Text Example


Text Example

White with #EB09A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB09A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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