#EA5B8E

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

Shades of Dark Pink #EA5B8E

Tints of Dark Pink #EA5B8E

Color information

#EA5B8E (or 0xEA5B8E) is unknown color: approx Dark Pink. HEX triplet: EA, 5B and 8E. RGB value is (234,91,142). Sum of RGB (Red+Green+Blue) = 234+91+142=467 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.11% from 467); Green value is 91 (35.94% from 255 or 19.49% from 467); Blue value is 142 (55.86% from 255 or 30.41% from 467); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5B8E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA5B8E is #15A471. Grayscale: #8B8B8B. Windows color (decimal): -1418354 or 9329642. OLE color: 9329642.

HSL color Cylindrical-coordinate representation of color #EA5B8E: hue angle of 338.6º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EA5B8E is Cyan = 0, Magento = 0.61, Yellow = 0.39 and Black (K on CMYK) = 0.08.

Color convert

RGB23491142-
CMYK00.610.390.08
HSL338.6º77.3%63.73%-
HSV(B)338.6º61.11%91.76%-
XYZ42.5626.9328.55-
YUV139.57129.38195.35-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 50.11%
GREEN value IS 91 (35.94% from 255) = 19.49%
BLUE value IS 142 (55.86% from 255) = 30.41%
R=50.11%
G=19.49%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.39
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2349114200.610.390.08338.677.363.73
HexEA5B8E03D2781534d40
Octal3521332160754710523115100
Binary111010101011011100011100111101100111100010101001110011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA5B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA5B8E; }

 p { color: rgb(234,91,142); }

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

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

 a { background-color: rgb(234,91,142); }

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

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

 span { border-color: rgb(234,91,142); }

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