Html Css Color HEX #EC018C Hollywood Cerise

📋 copy color: '#EC018C'

red 236 ◦ green 1 ◦ blue 140

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

Shades of Hollywood Cerise #EC018C

Tints of Hollywood Cerise #EC018C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 37.14%

R = 62.6%
G = 0.27%
B = 37.14%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#EC018C (or 0xEC018C) is known color: Hollywood Cerise. HEX triplet: EC, 01 and 8C. RGB value is (236,1,140). Sum of RGB (Red+Green+Blue) = 236+1+140=377 (49% of max value = 765). Red value is 236 (92.58% from 255 or 62.60% from 377); Green value is 1 (0.78% from 255 or 0.27% from 377); Blue value is 140 (55.08% from 255 or 37.14% from 377); Max value from RGB is 236 - color contains mainly: red. Hex color #EC018C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC018C is #13FE73. Grayscale: #565656. Windows color (decimal): -1310324 or 9175532. OLE color: 9175532.

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

Color convert

RGB 236 1 140 -
CMYK 0 1.00 0.41 0.07
HSL 324.51º 0.99% 0.46% -
HSV(B) 324.51º 1% 0.93% -
XYZ 39.34 19.75 26.55 -
YUV 87.11 157.86 234.2 -
System Red Green Blue C M Y K H S L
Decimal 236 1 140 0 1.00 0.41 0.07 324.51 0.99 0.46
Hex EC 1 8C 0 64 29 7 145 63 2E
Octal 354 1 214 0 144 51 7 505 143 56
Binary 11101100 1 10001100 0 1100100 101001 111 101000101 1100011 101110

Color Harmonies of #EC018C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC018C

Black with #EC018C

Text Example


Text Example

White with #EC018C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC018C; }

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

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

background-color css

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

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

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

border-color css

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

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

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