#EA6FA7

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

Shades of Hot Pink #EA6FA7

Tints of Hot Pink #EA6FA7

Color information

#EA6FA7 (or 0xEA6FA7) is unknown color: approx Hot Pink. HEX triplet: EA, 6F and A7. RGB value is (234,111,167). Sum of RGB (Red+Green+Blue) = 234+111+167=512 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.70% from 512); Green value is 111 (43.75% from 255 or 21.68% from 512); Blue value is 167 (65.62% from 255 or 32.62% from 512); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6FA7 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA6FA7 is #159058. Grayscale: #9A9A9A. Windows color (decimal): -1413209 or 10973162. OLE color: 10973162.

HSL color Cylindrical-coordinate representation of color #EA6FA7: hue angle of 332.68º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EA6FA7 is Cyan = 0, Magento = 0.53, Yellow = 0.29 and Black (K on CMYK) = 0.08.

Color convert

RGB234111167-
CMYK00.530.290.08
HSL332.68º74.55%67.65%-
HSV(B)332.68º52.56%91.76%-
XYZ46.5931.6540.21-
YUV154.16135.25184.95-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.70%
GREEN value IS 111 (43.75% from 255) = 21.68%
BLUE value IS 167 (65.62% from 255) = 32.62%
R=45.70%
G=21.68%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.29
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23411116700.530.290.08332.6874.5567.65
HexEA6FA70351D814d4b44
Octal3521572470653510515113104
Binary11101010110111110100111011010111101100010100110110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA6FA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA6FA7; }

 p { color: rgb(234,111,167); }

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

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

 a { background-color: rgb(234,111,167); }

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

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

 span { border-color: rgb(234,111,167); }

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