#EF62AD

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

Shades of Hot Pink #EF62AD

Tints of Hot Pink #EF62AD

Color information

#EF62AD (or 0xEF62AD) is unknown color: approx Hot Pink. HEX triplet: EF, 62 and AD. RGB value is (239,98,173). Sum of RGB (Red+Green+Blue) = 239+98+173=510 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.86% from 510); Green value is 98 (38.67% from 255 or 19.22% from 510); Blue value is 173 (67.97% from 255 or 33.92% from 510); Max value from RGB is 239 - color contains mainly: red. Hex color #EF62AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF62AD is #109D52. Grayscale: #949494. Windows color (decimal): -1088851 or 11363055. OLE color: 11363055.

HSL color Cylindrical-coordinate representation of color #EF62AD: hue angle of 328.09º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EF62AD is Cyan = 0, Magento = 0.59, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB23998173-
CMYK00.590.280.06
HSL328.09º81.5%66.08%-
HSV(B)328.09º59%93.73%-
XYZ47.5130.142.84-
YUV148.71141.71192.4-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 46.86%
GREEN value IS 98 (38.67% from 255) = 19.22%
BLUE value IS 173 (67.97% from 255) = 33.92%
R=46.86%
G=19.22%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2399817300.590.280.06328.0981.566.08
HexEF62AD03B1C61485242
Octal357142255073346510122102
Binary1110111111000101010110101110111110011010100100010100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF62AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF62AD; }

 p { color: rgb(239,98,173); }

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

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

 a { background-color: rgb(239,98,173); }

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

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

 span { border-color: rgb(239,98,173); }

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