#EF07B1

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

Shades of Hollywood Cerise #EF07B1

Tints of Hollywood Cerise #EF07B1

Color information

#EF07B1 (or 0xEF07B1) is unknown color: approx Hollywood Cerise. HEX triplet: EF, 07 and B1. RGB value is (239,7,177). Sum of RGB (Red+Green+Blue) = 239+7+177=423 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.50% from 423); Green value is 7 (3.12% from 255 or 1.65% from 423); Blue value is 177 (69.53% from 255 or 41.84% from 423); Max value from RGB is 239 - color contains mainly: red. Hex color #EF07B1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF07B1 is #10F84E. Grayscale: #5F5F5F. Windows color (decimal): -1112143 or 11601903. OLE color: 11601903.

HSL color Cylindrical-coordinate representation of color #EF07B1: hue angle of 316.03º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EF07B1 is Cyan = 0, Magento = 0.97, Yellow = 0.26 and Black (K on CMYK) = 0.06.

Color convert

RGB2397177-
CMYK00.970.260.06
HSL316.03º94.31%48.24%-
HSV(B)316.03º97.07%93.73%-
XYZ43.6121.6843.48-
YUV95.75173.86230.18-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 56.50%
GREEN value IS 7 (3.12% from 255) = 1.65%
BLUE value IS 177 (69.53% from 255) = 41.84%
R=56.50%
G=1.65%
B=41.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.26
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239717700.970.260.06316.0394.3148.24
HexEF7B10611A613c5e30
Octal3577261014132647413660
Binary111011111111011000101100001110101101001111001011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF07B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF07B1; }

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

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

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

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

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

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

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

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