Html Css Color HEX #EF018A Hollywood Cerise

📋 copy color: '#EF018A'

red 239 ◦ green 1 ◦ blue 138

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

Shades of Hollywood Cerise #EF018A

Tints of Hollywood Cerise #EF018A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 36.51%

R = 63.23%
G = 0.26%
B = 36.51%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#EF018A (or 0xEF018A) is known color: Hollywood Cerise. HEX triplet: EF, 01 and 8A. RGB value is (239,1,138). Sum of RGB (Red+Green+Blue) = 239+1+138=378 (50% of max value = 765). Red value is 239 (93.75% from 255 or 63.23% from 378); Green value is 1 (0.78% from 255 or 0.26% from 378); Blue value is 138 (54.30% from 255 or 36.51% from 378); Max value from RGB is 239 - color contains mainly: red. Hex color #EF018A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF018A is #10FE75. Grayscale: #575757. Windows color (decimal): -1113718 or 9044463. OLE color: 9044463.

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

Color convert

RGB 239 1 138 -
CMYK 0 1.00 0.42 0.06
HSL 325.46º 0.99% 0.47% -
HSV(B) 325.46º 1% 0.94% -
XYZ 40.19 20.21 25.83 -
YUV 87.78 156.35 235.86 -
System Red Green Blue C M Y K H S L
Decimal 239 1 138 0 1.00 0.42 0.06 325.46 0.99 0.47
Hex EF 1 8A 0 64 2A 6 145 63 2F
Octal 357 1 212 0 144 52 6 505 143 57
Binary 11101111 1 10001010 0 1100100 101010 110 101000101 1100011 101111

Color Harmonies of #EF018A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF018A

Black with #EF018A

Text Example


Text Example

White with #EF018A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF018A; }

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

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

background-color css

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

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

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

border-color css

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

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

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