Html Css Color HEX #EC0F9B Hollywood Cerise

📋 copy color: '#EC0F9B'

red 236 ◦ green 15 ◦ blue 155

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

Shades of Hollywood Cerise #EC0F9B

Tints of Hollywood Cerise #EC0F9B

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.69%

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

R = 58.13%
G = 3.69%
B = 38.18%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#EC0F9B (or 0xEC0F9B) is known color: Hollywood Cerise. HEX triplet: EC, 0F and 9B. RGB value is (236,15,155). Sum of RGB (Red+Green+Blue) = 236+15+155=406 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.13% from 406); Green value is 15 (6.25% from 255 or 3.69% from 406); Blue value is 155 (60.94% from 255 or 38.18% from 406); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0F9B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC0F9B is #13F064. Grayscale: #606060. Windows color (decimal): -1306725 or 10162156. OLE color: 10162156.

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

Color convert

RGB 236 15 155 -
CMYK 0 0.94 0.34 0.07
HSL 321.99º 0.88% 0.49% -
HSV(B) 321.99º 0.94% 0.93% -
XYZ 40.68 20.54 32.83 -
YUV 97.04 160.72 227.12 -
System Red Green Blue C M Y K H S L
Decimal 236 15 155 0 0.94 0.34 0.07 321.99 0.88 0.49
Hex EC F 9B 0 5E 22 7 142 58 31
Octal 354 17 233 0 136 42 7 502 130 61
Binary 11101100 1111 10011011 0 1011110 100010 111 101000010 1011000 110001

Color Harmonies of #EC0F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0F9B

Black with #EC0F9B

Text Example


Text Example

White with #EC0F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0F9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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