Html Css Color HEX #EC019B Hollywood Cerise

📋 copy color: '#EC019B'

red 236 ◦ green 1 ◦ blue 155

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

Shades of Hollywood Cerise #EC019B

Tints of Hollywood Cerise #EC019B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.26%

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

R = 60.2%
G = 0.26%
B = 39.54%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#EC019B (or 0xEC019B) is known color: Hollywood Cerise. HEX triplet: EC, 01 and 9B. RGB value is (236,1,155). Sum of RGB (Red+Green+Blue) = 236+1+155=392 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.20% from 392); Green value is 1 (0.78% from 255 or 0.26% from 392); Blue value is 155 (60.94% from 255 or 39.54% from 392); Max value from RGB is 236 - color contains mainly: red. Hex color #EC019B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC019B is #13FE64. Grayscale: #585858. Windows color (decimal): -1310309 or 10158572. OLE color: 10158572.

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

Color convert

RGB 236 1 155 -
CMYK 0 1.00 0.34 0.07
HSL 320.68º 0.99% 0.46% -
HSV(B) 320.68º 1% 0.93% -
XYZ 40.52 20.22 32.78 -
YUV 88.82 165.36 232.98 -
System Red Green Blue C M Y K H S L
Decimal 236 1 155 0 1.00 0.34 0.07 320.68 0.99 0.46
Hex EC 1 9B 0 64 22 7 141 63 2E
Octal 354 1 233 0 144 42 7 501 143 56
Binary 11101100 1 10011011 0 1100100 100010 111 101000001 1100011 101110

Color Harmonies of #EC019B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC019B

Black with #EC019B

Text Example


Text Example

White with #EC019B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC019B; }

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

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

background-color css

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

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

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

border-color css

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

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

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