Html Css Color HEX #EF018F Hollywood Cerise

📋 copy color: '#EF018F'

red 239 ◦ green 1 ◦ blue 143

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

Shades of Hollywood Cerise #EF018F

Tints of Hollywood Cerise #EF018F

RGB

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

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

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

R = 62.4%
G = 0.26%
B = 37.34%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.40

 K value IS 0.06

RGB Variations

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

Color information

#EF018F (or 0xEF018F) is known color: Hollywood Cerise. HEX triplet: EF, 01 and 8F. RGB value is (239,1,143). Sum of RGB (Red+Green+Blue) = 239+1+143=383 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.40% from 383); Green value is 1 (0.78% from 255 or 0.26% from 383); Blue value is 143 (56.25% from 255 or 37.34% from 383); Max value from RGB is 239 - color contains mainly: red. Hex color #EF018F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF018F is #10FE70. Grayscale: #585858. Windows color (decimal): -1113713 or 9372143. OLE color: 9372143.

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

Color convert

RGB 239 1 143 -
CMYK 0 1.00 0.40 0.06
HSL 324.2º 0.99% 0.47% -
HSV(B) 324.2º 1% 0.94% -
XYZ 40.57 20.36 27.78 -
YUV 88.35 158.85 235.45 -
System Red Green Blue C M Y K H S L
Decimal 239 1 143 0 1.00 0.40 0.06 324.2 0.99 0.47
Hex EF 1 8F 0 64 28 6 144 63 2F
Octal 357 1 217 0 144 50 6 504 143 57
Binary 11101111 1 10001111 0 1100100 101000 110 101000100 1100011 101111

Color Harmonies of #EF018F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF018F

Black with #EF018F

Text Example


Text Example

White with #EF018F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF018F; }

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

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

background-color css

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

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

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

border-color css

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

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

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