#EA5276

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

Shades of Dark Pink #EA5276

Tints of Dark Pink #EA5276

Color information

#EA5276 (or 0xEA5276) is unknown color: approx Dark Pink. HEX triplet: EA, 52 and 76. RGB value is (234,82,118). Sum of RGB (Red+Green+Blue) = 234+82+118=434 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.92% from 434); Green value is 82 (32.42% from 255 or 18.89% from 434); Blue value is 118 (46.48% from 255 or 27.19% from 434); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5276 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA5276 is #15AD89. Grayscale: #838383. Windows color (decimal): -1420682 or 7754474. OLE color: 7754474.

HSL color Cylindrical-coordinate representation of color #EA5276: hue angle of 345.79º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EA5276 is Cyan = 0, Magento = 0.65, Yellow = 0.50 and Black (K on CMYK) = 0.08.

Color convert

RGB23482118-
CMYK00.650.500.08
HSL345.79º78.35%61.96%-
HSV(B)345.79º64.96%91.76%-
XYZ40.2224.8419.81-
YUV131.55120.36201.07-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 53.92%
GREEN value IS 82 (32.42% from 255) = 18.89%
BLUE value IS 118 (46.48% from 255) = 27.19%
R=53.92%
G=18.89%
B=27.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.50
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2348211800.650.500.08345.7978.3561.96
HexEA527604132815a4e3e
Octal3521221660101621053211676
Binary11101010101001011101100100000111001010001010110101001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA5276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA5276; }

 p { color: rgb(234,82,118); }

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

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

 a { background-color: rgb(234,82,118); }

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

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

 span { border-color: rgb(234,82,118); }

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