Html Css Color HEX #EC018B Hollywood Cerise

📋 copy color: '#EC018B'

red 236 ◦ green 1 ◦ blue 139

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

Shades of Hollywood Cerise #EC018B

Tints of Hollywood Cerise #EC018B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 36.97%

R = 62.77%
G = 0.27%
B = 36.97%

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

#EC018B (or 0xEC018B) is known color: Hollywood Cerise. HEX triplet: EC, 01 and 8B. RGB value is (236,1,139). Sum of RGB (Red+Green+Blue) = 236+1+139=376 (49% of max value = 765). Red value is 236 (92.58% from 255 or 62.77% from 376); Green value is 1 (0.78% from 255 or 0.27% from 376); Blue value is 139 (54.69% from 255 or 36.97% from 376); Max value from RGB is 236 - color contains mainly: red. Hex color #EC018B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC018B is #13FE74. Grayscale: #565656. Windows color (decimal): -1310325 or 9109996. OLE color: 9109996.

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

Color convert

RGB 236 1 139 -
CMYK 0 1.00 0.41 0.07
HSL 324.77º 0.99% 0.46% -
HSV(B) 324.77º 1% 0.93% -
XYZ 39.26 19.72 26.16 -
YUV 87 157.36 234.28 -
System Red Green Blue C M Y K H S L
Decimal 236 1 139 0 1.00 0.41 0.07 324.77 0.99 0.46
Hex EC 1 8B 0 64 29 7 145 63 2E
Octal 354 1 213 0 144 51 7 505 143 56
Binary 11101100 1 10001011 0 1100100 101001 111 101000101 1100011 101110

Color Harmonies of #EC018B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC018B

Black with #EC018B

Text Example


Text Example

White with #EC018B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC018B; }

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

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

background-color css

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

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

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

border-color css

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

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

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