Html Css Color HEX #EC0B93 Hollywood Cerise

📋 copy color: '#EC0B93'

red 236 ◦ green 11 ◦ blue 147

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

Shades of Hollywood Cerise #EC0B93

Tints of Hollywood Cerise #EC0B93

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.79%

 BLUE value IS 147 (57.81% from 255) = 37.31%

R = 59.9%
G = 2.79%
B = 37.31%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#EC0B93 (or 0xEC0B93) is known color: Hollywood Cerise. HEX triplet: EC, 0B and 93. RGB value is (236,11,147). Sum of RGB (Red+Green+Blue) = 236+11+147=394 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.90% from 394); Green value is 11 (4.69% from 255 or 2.79% from 394); Blue value is 147 (57.81% from 255 or 37.31% from 394); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0B93 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC0B93 is #13F46C. Grayscale: #5D5D5D. Windows color (decimal): -1307757 or 9636844. OLE color: 9636844.

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

Color convert

RGB 236 11 147 -
CMYK 0 0.95 0.38 0.07
HSL 323.73º 0.91% 0.48% -
HSV(B) 323.73º 0.95% 0.93% -
XYZ 39.98 20.18 29.39 -
YUV 93.78 158.04 229.44 -
System Red Green Blue C M Y K H S L
Decimal 236 11 147 0 0.95 0.38 0.07 323.73 0.91 0.48
Hex EC B 93 0 5F 26 7 144 5B 30
Octal 354 13 223 0 137 46 7 504 133 60
Binary 11101100 1011 10010011 0 1011111 100110 111 101000100 1011011 110000

Color Harmonies of #EC0B93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0B93

Black with #EC0B93

Text Example


Text Example

White with #EC0B93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0B93; }

 p { color: rgb(236,11,147); }

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

background-color css

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

 a { background-color: rgb(236,11,147); }

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

border-color css

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

 span { border-color: rgb(236,11,147); }

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