Html Css Color HEX #EC018D Hollywood Cerise

📋 copy color: '#EC018D'

red 236 ◦ green 1 ◦ blue 141

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

Shades of Hollywood Cerise #EC018D

Tints of Hollywood Cerise #EC018D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 37.3%

R = 62.43%
G = 0.26%
B = 37.3%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#EC018D (or 0xEC018D) is known color: Hollywood Cerise. HEX triplet: EC, 01 and 8D. RGB value is (236,1,141). Sum of RGB (Red+Green+Blue) = 236+1+141=378 (50% of max value = 765). Red value is 236 (92.58% from 255 or 62.43% from 378); Green value is 1 (0.78% from 255 or 0.26% from 378); Blue value is 141 (55.47% from 255 or 37.30% from 378); Max value from RGB is 236 - color contains mainly: red. Hex color #EC018D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC018D is #13FE72. Grayscale: #565656. Windows color (decimal): -1310323 or 9241068. OLE color: 9241068.

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

Color convert

RGB 236 1 141 -
CMYK 0 1.00 0.40 0.07
HSL 324.26º 0.99% 0.46% -
HSV(B) 324.26º 1% 0.93% -
XYZ 39.41 19.78 26.94 -
YUV 87.23 158.36 234.12 -
System Red Green Blue C M Y K H S L
Decimal 236 1 141 0 1.00 0.40 0.07 324.26 0.99 0.46
Hex EC 1 8D 0 64 28 7 144 63 2E
Octal 354 1 215 0 144 50 7 504 143 56
Binary 11101100 1 10001101 0 1100100 101000 111 101000100 1100011 101110

Color Harmonies of #EC018D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC018D

Black with #EC018D

Text Example


Text Example

White with #EC018D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC018D; }

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

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

background-color css

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

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

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

border-color css

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

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

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