Html Css Color HEX #EF018C Hollywood Cerise

📋 copy color: '#EF018C'

red 239 ◦ green 1 ◦ blue 140

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

Shades of Hollywood Cerise #EF018C

Tints of Hollywood Cerise #EF018C

RGB

 RED value IS 239 (93.75% from 255) = 62.89%

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

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

R = 62.89%
G = 0.26%
B = 36.84%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#EF018C (or 0xEF018C) is known color: Hollywood Cerise. HEX triplet: EF, 01 and 8C. RGB value is (239,1,140). Sum of RGB (Red+Green+Blue) = 239+1+140=380 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.89% from 380); Green value is 1 (0.78% from 255 or 0.26% from 380); Blue value is 140 (55.08% from 255 or 36.84% from 380); Max value from RGB is 239 - color contains mainly: red. Hex color #EF018C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF018C is #10FE73. Grayscale: #575757. Windows color (decimal): -1113716 or 9175535. OLE color: 9175535.

HSL color Cylindrical-coordinate representation of color #EF018C: hue angle of 324.96º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EF018C is Cyan = 0, Magento = 1.00, Yellow = 0.41 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 1 140 -
CMYK 0 1.00 0.41 0.06
HSL 324.96º 0.99% 0.47% -
HSV(B) 324.96º 1% 0.94% -
XYZ 40.34 20.27 26.6 -
YUV 88.01 157.35 235.7 -
System Red Green Blue C M Y K H S L
Decimal 239 1 140 0 1.00 0.41 0.06 324.96 0.99 0.47
Hex EF 1 8C 0 64 29 6 145 63 2F
Octal 357 1 214 0 144 51 6 505 143 57
Binary 11101111 1 10001100 0 1100100 101001 110 101000101 1100011 101111

Color Harmonies of #EF018C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF018C

Black with #EF018C

Text Example


Text Example

White with #EF018C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF018C; }

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

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

background-color css

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

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

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

border-color css

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

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

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