Html Css Color HEX #EC018A Hollywood Cerise

📋 copy color: '#EC018A'

red 236 ◦ green 1 ◦ blue 138

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

Shades of Hollywood Cerise #EC018A

Tints of Hollywood Cerise #EC018A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 36.8%

R = 62.93%
G = 0.27%
B = 36.8%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EC018A (or 0xEC018A) is known color: Hollywood Cerise. HEX triplet: EC, 01 and 8A. RGB value is (236,1,138). Sum of RGB (Red+Green+Blue) = 236+1+138=375 (49% of max value = 765). Red value is 236 (92.58% from 255 or 62.93% from 375); Green value is 1 (0.78% from 255 or 0.27% from 375); Blue value is 138 (54.30% from 255 or 36.8% from 375); Max value from RGB is 236 - color contains mainly: red. Hex color #EC018A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC018A is #13FE75. Grayscale: #565656. Windows color (decimal): -1310326 or 9044460. OLE color: 9044460.

HSL color Cylindrical-coordinate representation of color #EC018A: hue angle of 325.02º 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 #EC018A is Cyan = 0, Magento = 1.00, Yellow = 0.42 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 1 138 -
CMYK 0 1.00 0.42 0.07
HSL 325.02º 0.99% 0.46% -
HSV(B) 325.02º 1% 0.93% -
XYZ 39.19 19.69 25.78 -
YUV 86.88 156.86 234.36 -
System Red Green Blue C M Y K H S L
Decimal 236 1 138 0 1.00 0.42 0.07 325.02 0.99 0.46
Hex EC 1 8A 0 64 2A 7 145 63 2E
Octal 354 1 212 0 144 52 7 505 143 56
Binary 11101100 1 10001010 0 1100100 101010 111 101000101 1100011 101110

Color Harmonies of #EC018A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC018A

Black with #EC018A

Text Example


Text Example

White with #EC018A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC018A; }

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

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

background-color css

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

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

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

border-color css

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

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

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