#EA6FAF

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

Shades of Hot Pink #EA6FAF

Tints of Hot Pink #EA6FAF

Color information

#EA6FAF (or 0xEA6FAF) is unknown color: approx Hot Pink. HEX triplet: EA, 6F and AF. RGB value is (234,111,175). Sum of RGB (Red+Green+Blue) = 234+111+175=520 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45% from 520); Green value is 111 (43.75% from 255 or 21.35% from 520); Blue value is 175 (68.75% from 255 or 33.65% from 520); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6FAF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA6FAF is #159050. Grayscale: #9A9A9A. Windows color (decimal): -1413201 or 11497450. OLE color: 11497450.

HSL color Cylindrical-coordinate representation of color #EA6FAF: hue angle of 328.78º 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 #EA6FAF is Cyan = 0, Magento = 0.53, Yellow = 0.25 and Black (K on CMYK) = 0.08.

Color convert

RGB234111175-
CMYK00.530.250.08
HSL328.78º74.55%67.65%-
HSV(B)328.78º52.56%91.76%-
XYZ47.3531.9644.23-
YUV155.07139.25184.3-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45%
GREEN value IS 111 (43.75% from 255) = 21.35%
BLUE value IS 175 (68.75% from 255) = 33.65%
R=45%
G=21.35%
B=33.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.25
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23411117500.530.250.08328.7874.5567.65
HexEA6FAF0351981494b44
Octal3521572570653110511113104
Binary11101010110111110101111011010111001100010100100110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA6FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA6FAF; }

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

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

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

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

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

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

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

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