Html Css Color HEX #EC099B Hollywood Cerise

📋 copy color: '#EC099B'

red 236 ◦ green 9 ◦ blue 155

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

Shades of Hollywood Cerise #EC099B

Tints of Hollywood Cerise #EC099B

RGB

 RED value IS 236 (92.58% from 255) = 59%

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

 BLUE value IS 155 (60.94% from 255) = 38.75%

R = 59%
G = 2.25%
B = 38.75%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#EC099B (or 0xEC099B) is known color: Hollywood Cerise. HEX triplet: EC, 09 and 9B. RGB value is (236,9,155). Sum of RGB (Red+Green+Blue) = 236+9+155=400 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59% from 400); Green value is 9 (3.91% from 255 or 2.25% from 400); Blue value is 155 (60.94% from 255 or 38.75% from 400); Max value from RGB is 236 - color contains mainly: red. Hex color #EC099B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC099B is #13F664. Grayscale: #5D5D5D. Windows color (decimal): -1308261 or 10160620. OLE color: 10160620.

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

Color convert

RGB 236 9 155 -
CMYK 0 0.96 0.34 0.07
HSL 321.41º 0.93% 0.48% -
HSV(B) 321.41º 0.96% 0.93% -
XYZ 40.61 20.39 32.81 -
YUV 93.52 162.71 229.63 -
System Red Green Blue C M Y K H S L
Decimal 236 9 155 0 0.96 0.34 0.07 321.41 0.93 0.48
Hex EC 9 9B 0 60 22 7 141 5D 30
Octal 354 11 233 0 140 42 7 501 135 60
Binary 11101100 1001 10011011 0 1100000 100010 111 101000001 1011101 110000

Color Harmonies of #EC099B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC099B

Black with #EC099B

Text Example


Text Example

White with #EC099B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC099B; }

 p { color: rgb(236,9,155); }

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

background-color css

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

 a { background-color: rgb(236,9,155); }

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

border-color css

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

 span { border-color: rgb(236,9,155); }

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