Html Css Color HEX #EC018F Hollywood Cerise

📋 copy color: '#EC018F'

red 236 ◦ green 1 ◦ blue 143

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

Shades of Hollywood Cerise #EC018F

Tints of Hollywood Cerise #EC018F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 37.63%

R = 62.11%
G = 0.26%
B = 37.63%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#EC018F (or 0xEC018F) is known color: Hollywood Cerise. HEX triplet: EC, 01 and 8F. RGB value is (236,1,143). Sum of RGB (Red+Green+Blue) = 236+1+143=380 (50% of max value = 765). Red value is 236 (92.58% from 255 or 62.11% from 380); Green value is 1 (0.78% from 255 or 0.26% from 380); Blue value is 143 (56.25% from 255 or 37.63% from 380); Max value from RGB is 236 - color contains mainly: red. Hex color #EC018F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC018F is #13FE70. Grayscale: #575757. Windows color (decimal): -1310321 or 9372140. OLE color: 9372140.

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

Color convert

RGB 236 1 143 -
CMYK 0 1.00 0.39 0.07
HSL 323.74º 0.99% 0.46% -
HSV(B) 323.74º 1% 0.93% -
XYZ 39.56 19.84 27.73 -
YUV 87.45 159.36 233.95 -
System Red Green Blue C M Y K H S L
Decimal 236 1 143 0 1.00 0.39 0.07 323.74 0.99 0.46
Hex EC 1 8F 0 64 27 7 144 63 2E
Octal 354 1 217 0 144 47 7 504 143 56
Binary 11101100 1 10001111 0 1100100 100111 111 101000100 1100011 101110

Color Harmonies of #EC018F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC018F

Black with #EC018F

Text Example


Text Example

White with #EC018F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC018F; }

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

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

background-color css

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

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

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

border-color css

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

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

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