#EA5274

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

Shades of Dark Pink #EA5274

Tints of Dark Pink #EA5274

Color information

#EA5274 (or 0xEA5274) is unknown color: approx Dark Pink. HEX triplet: EA, 52 and 74. RGB value is (234,82,116). Sum of RGB (Red+Green+Blue) = 234+82+116=432 (57% of max value = 765). Red value is 234 (91.80% from 255 or 54.17% from 432); Green value is 82 (32.42% from 255 or 18.98% from 432); Blue value is 116 (45.70% from 255 or 26.85% from 432); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5274 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA5274 is #15AD8B. Grayscale: #838383. Windows color (decimal): -1420684 or 7623402. OLE color: 7623402.

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

Color convert

RGB23482116-
CMYK00.650.500.08
HSL346.58º78.35%61.96%-
HSV(B)346.58º64.96%91.76%-
XYZ40.124.7919.19-
YUV131.32119.36201.24-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 54.17%
GREEN value IS 82 (32.42% from 255) = 18.98%
BLUE value IS 116 (45.70% from 255) = 26.85%
R=54.17%
G=18.98%
B=26.85%

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
Decimal2348211600.650.500.08346.5878.3561.96
HexEA527404132815b4e3e
Octal3521221640101621053311676
Binary11101010101001011101000100000111001010001010110111001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA5274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA5274; }

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

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

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

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

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

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

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

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