#EF208B

Color #EF208B Deep Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Pink #EF208B

Tints of Deep Pink #EF208B

Color information

#EF208B (or 0xEF208B) is unknown color: approx Deep Pink. HEX triplet: EF, 20 and 8B. RGB value is (239,32,139). Sum of RGB (Red+Green+Blue) = 239+32+139=410 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.29% from 410); Green value is 32 (12.89% from 255 or 7.80% from 410); Blue value is 139 (54.69% from 255 or 33.90% from 410); Max value from RGB is 239 - color contains mainly: red. Hex color #EF208B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF208B is #10DF74. Grayscale: #696969. Windows color (decimal): -1105781 or 9117935. OLE color: 9117935.

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

Color convert

RGB23932139-
CMYK00.870.420.06
HSL328.99º86.61%53.14%-
HSV(B)328.99º86.61%93.73%-
XYZ40.7721.2526.38-
YUV106.09146.58222.8-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 58.29%
GREEN value IS 32 (12.89% from 255) = 7.80%
BLUE value IS 139 (54.69% from 255) = 33.90%
R=58.29%
G=7.80%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.42
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2393213900.870.420.06328.9986.6153.14
HexEF208B0572A61495735
Octal35740213012752651112765
Binary1110111110000010001011010101111010101101010010011010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF208B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF208B; }

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

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

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

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

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

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

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

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