#EC0BB1

Color #EC0BB1 Hollywood Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hollywood Cerise #EC0BB1

Tints of Hollywood Cerise #EC0BB1

Color information

#EC0BB1 (or 0xEC0BB1) is unknown color: approx Hollywood Cerise. HEX triplet: EC, 0B and B1. RGB value is (236,11,177). Sum of RGB (Red+Green+Blue) = 236+11+177=424 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.66% from 424); Green value is 11 (4.69% from 255 or 2.59% from 424); Blue value is 177 (69.53% from 255 or 41.75% from 424); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0BB1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC0BB1 is #13F44E. Grayscale: #606060. Windows color (decimal): -1307727 or 11602924. OLE color: 11602924.

HSL color Cylindrical-coordinate representation of color #EC0BB1: hue angle of 315.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 #EC0BB1 is Cyan = 0, Magento = 0.95, Yellow = 0.25 and Black (K on CMYK) = 0.07.

Color convert

RGB23611177-
CMYK00.950.250.07
HSL315.73º91.09%48.43%-
HSV(B)315.73º95.34%92.55%-
XYZ42.6521.2543.45-
YUV97.2173.04227-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 55.66%
GREEN value IS 11 (4.69% from 255) = 2.59%
BLUE value IS 177 (69.53% from 255) = 41.75%
R=55.66%
G=2.59%
B=41.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.25
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361117700.950.250.07315.7391.0948.43
HexECBB105F19713c5b30
Octal35413261013731747413360
Binary1110110010111011000101011111110011111001111001011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC0BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC0BB1; }

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

 H1.HeaderClassName
 {
   color: #EC0BB1;
 }
 .AnyTagClassName
 {
   color: #EC0BB1;
 }
</style>
background-color css

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

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

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

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

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

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