#EF208A

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

Shades of Deep Pink #EF208A

Tints of Deep Pink #EF208A

Color information

#EF208A (or 0xEF208A) is unknown color: approx Deep Pink. HEX triplet: EF, 20 and 8A. RGB value is (239,32,138). Sum of RGB (Red+Green+Blue) = 239+32+138=409 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.44% from 409); Green value is 32 (12.89% from 255 or 7.82% from 409); Blue value is 138 (54.30% from 255 or 33.74% from 409); Max value from RGB is 239 - color contains mainly: red. Hex color #EF208A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF208A is #10DF75. Grayscale: #696969. Windows color (decimal): -1105782 or 9052399. OLE color: 9052399.

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

Color convert

RGB23932138-
CMYK00.870.420.06
HSL329.28º86.61%53.14%-
HSV(B)329.28º86.61%93.73%-
XYZ40.721.2226-
YUV105.98146.08222.88-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 58.44%
GREEN value IS 32 (12.89% from 255) = 7.82%
BLUE value IS 138 (54.30% from 255) = 33.74%
R=58.44%
G=7.82%
B=33.74%

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
Decimal2393213800.870.420.06329.2886.6153.14
HexEF208A0572A61495735
Octal35740212012752651112765
Binary1110111110000010001010010101111010101101010010011010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF208A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF208A; }

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

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

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

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

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

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

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

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