#EF01B1

Color #EF01B1 Hollywood Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hollywood Cerise #EF01B1

Tints of Hollywood Cerise #EF01B1

Color information

#EF01B1 (or 0xEF01B1) is unknown color: approx Hollywood Cerise. HEX triplet: EF, 01 and B1. RGB value is (239,1,177). Sum of RGB (Red+Green+Blue) = 239+1+177=417 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.31% from 417); Green value is 1 (0.78% from 255 or 0.24% from 417); Blue value is 177 (69.53% from 255 or 42.45% from 417); Max value from RGB is 239 - color contains mainly: red. Hex color #EF01B1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF01B1 is #10FE4E. Grayscale: #5B5B5B. Windows color (decimal): -1113679 or 11600367. OLE color: 11600367.

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

Color convert

RGB2391177-
CMYK01.000.260.06
HSL315.63º99.17%47.06%-
HSV(B)315.63º99.58%93.73%-
XYZ43.5421.5543.46-
YUV92.23175.85232.69-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 57.31%
GREEN value IS 1 (0.78% from 255) = 0.24%
BLUE value IS 177 (69.53% from 255) = 42.45%
R=57.31%
G=0.24%
B=42.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.26
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239117701.000.260.06315.6399.1747.06
HexEF1B10641A613c632f
Octal3571261014432647414357
Binary1110111111011000101100100110101101001111001100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF01B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF01B1; }

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

 H1.HeaderClassName
 {
   color: #EF01B1;
 }
 .AnyTagClassName
 {
   color: #EF01B1;
 }
</style>
background-color css

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

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

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

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

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

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