Html Css Color HEX #EF018B Hollywood Cerise

📋 copy color: '#EF018B'

red 239 ◦ green 1 ◦ blue 139

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

Shades of Hollywood Cerise #EF018B

Tints of Hollywood Cerise #EF018B

RGB

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

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

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

R = 63.06%
G = 0.26%
B = 36.68%

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

#EF018B (or 0xEF018B) is known color: Hollywood Cerise. HEX triplet: EF, 01 and 8B. RGB value is (239,1,139). Sum of RGB (Red+Green+Blue) = 239+1+139=379 (50% of max value = 765). Red value is 239 (93.75% from 255 or 63.06% from 379); Green value is 1 (0.78% from 255 or 0.26% from 379); Blue value is 139 (54.69% from 255 or 36.68% from 379); Max value from RGB is 239 - color contains mainly: red. Hex color #EF018B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF018B is #10FE74. Grayscale: #575757. Windows color (decimal): -1113717 or 9109999. OLE color: 9109999.

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

Color convert

RGB 239 1 139 -
CMYK 0 1.00 0.42 0.06
HSL 325.21º 0.99% 0.47% -
HSV(B) 325.21º 1% 0.94% -
XYZ 40.27 20.24 26.21 -
YUV 87.89 156.85 235.78 -
System Red Green Blue C M Y K H S L
Decimal 239 1 139 0 1.00 0.42 0.06 325.21 0.99 0.47
Hex EF 1 8B 0 64 2A 6 145 63 2F
Octal 357 1 213 0 144 52 6 505 143 57
Binary 11101111 1 10001011 0 1100100 101010 110 101000101 1100011 101111

Color Harmonies of #EF018B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF018B

Black with #EF018B

Text Example


Text Example

White with #EF018B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF018B; }

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

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

background-color css

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

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

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

border-color css

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

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

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