#EA68AA

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

Shades of Hot Pink #EA68AA

Tints of Hot Pink #EA68AA

Color information

#EA68AA (or 0xEA68AA) is unknown color: approx Hot Pink. HEX triplet: EA, 68 and AA. RGB value is (234,104,170). Sum of RGB (Red+Green+Blue) = 234+104+170=508 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.06% from 508); Green value is 104 (41.02% from 255 or 20.47% from 508); Blue value is 170 (66.80% from 255 or 33.46% from 508); Max value from RGB is 234 - color contains mainly: red. Hex color #EA68AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA68AA is #159755. Grayscale: #969696. Windows color (decimal): -1414998 or 11167978. OLE color: 11167978.

HSL color Cylindrical-coordinate representation of color #EA68AA: hue angle of 329.54º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EA68AA is Cyan = 0, Magento = 0.56, Yellow = 0.27 and Black (K on CMYK) = 0.08.

Color convert

RGB234104170-
CMYK00.560.270.08
HSL329.54º75.58%66.27%-
HSV(B)329.54º55.56%91.76%-
XYZ46.1430.341.45-
YUV150.39139.07187.63-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 46.06%
GREEN value IS 104 (41.02% from 255) = 20.47%
BLUE value IS 170 (66.80% from 255) = 33.46%
R=46.06%
G=20.47%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23410417000.560.270.08329.5475.5866.27
HexEA68AA0381B814a4c42
Octal3521502520703310512114102
Binary11101010110100010101010011100011011100010100101010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA68AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA68AA; }

 p { color: rgb(234,104,170); }

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

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

 a { background-color: rgb(234,104,170); }

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

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

 span { border-color: rgb(234,104,170); }

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