#EA6DB7

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

Shades of Hot Pink #EA6DB7

Tints of Hot Pink #EA6DB7

Color information

#EA6DB7 (or 0xEA6DB7) is unknown color: approx Hot Pink. HEX triplet: EA, 6D and B7. RGB value is (234,109,183). Sum of RGB (Red+Green+Blue) = 234+109+183=526 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.49% from 526); Green value is 109 (42.97% from 255 or 20.72% from 526); Blue value is 183 (71.88% from 255 or 34.79% from 526); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6DB7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA6DB7 is #159248. Grayscale: #9A9A9A. Windows color (decimal): -1413705 or 12021226. OLE color: 12021226.

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

Color convert

RGB234109183-
CMYK00.530.220.08
HSL324.48º74.85%67.25%-
HSV(B)324.48º53.42%91.76%-
XYZ47.9531.8548.42-
YUV154.81143.91184.48-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.49%
GREEN value IS 109 (42.97% from 255) = 20.72%
BLUE value IS 183 (71.88% from 255) = 34.79%
R=44.49%
G=20.72%
B=34.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.22
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23410918300.530.220.08324.4874.8567.25
HexEA6DB70351681444b43
Octal3521552670652610504113103
Binary11101010110110110110111011010110110100010100010010010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA6DB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA6DB7; }

 p { color: rgb(234,109,183); }

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

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

 a { background-color: rgb(234,109,183); }

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

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

 span { border-color: rgb(234,109,183); }

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