#EF67A8

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

Shades of Hot Pink #EF67A8

Tints of Hot Pink #EF67A8

Color information

#EF67A8 (or 0xEF67A8) is unknown color: approx Hot Pink. HEX triplet: EF, 67 and A8. RGB value is (239,103,168). Sum of RGB (Red+Green+Blue) = 239+103+168=510 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.86% from 510); Green value is 103 (40.62% from 255 or 20.20% from 510); Blue value is 168 (66.02% from 255 or 32.94% from 510); Max value from RGB is 239 - color contains mainly: red. Hex color #EF67A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF67A8 is #109857. Grayscale: #969696. Windows color (decimal): -1087576 or 11036655. OLE color: 11036655.

HSL color Cylindrical-coordinate representation of color #EF67A8: hue angle of 331.32º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EF67A8 is Cyan = 0, Magento = 0.57, Yellow = 0.30 and Black (K on CMYK) = 0.06.

Color convert

RGB239103168-
CMYK00.570.300.06
HSL331.32º80.95%67.06%-
HSV(B)331.32º56.9%93.73%-
XYZ47.5130.8840.5-
YUV151.07137.56190.71-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 46.86%
GREEN value IS 103 (40.62% from 255) = 20.20%
BLUE value IS 168 (66.02% from 255) = 32.94%
R=46.86%
G=20.20%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.30
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23910316800.570.300.06331.3280.9567.06
HexEF67A80391E614b5143
Octal357147250071366513121103
Binary1110111111001111010100001110011111011010100101110100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF67A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF67A8; }

 p { color: rgb(239,103,168); }

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

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

 a { background-color: rgb(239,103,168); }

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

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

 span { border-color: rgb(239,103,168); }

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