#EA567B

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

Shades of Dark Pink #EA567B

Tints of Dark Pink #EA567B

Color information

#EA567B (or 0xEA567B) is unknown color: approx Dark Pink. HEX triplet: EA, 56 and 7B. RGB value is (234,86,123). Sum of RGB (Red+Green+Blue) = 234+86+123=443 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.82% from 443); Green value is 86 (33.98% from 255 or 19.41% from 443); Blue value is 123 (48.44% from 255 or 27.77% from 443); Max value from RGB is 234 - color contains mainly: red. Hex color #EA567B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA567B is #15A984. Grayscale: #868686. Windows color (decimal): -1419653 or 8083178. OLE color: 8083178.

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

Color convert

RGB23486123-
CMYK00.630.470.08
HSL345º77.89%62.75%-
HSV(B)345º63.25%91.76%-
XYZ40.8325.5821.52-
YUV134.47121.53198.99-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 52.82%
GREEN value IS 86 (33.98% from 255) = 19.41%
BLUE value IS 123 (48.44% from 255) = 27.77%
R=52.82%
G=19.41%
B=27.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.47
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2348612300.630.470.0834577.8962.75
HexEA567B03F2F81594e3f
Octal352126173077571053111677
Binary1110101010101101111011011111110111110001010110011001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA567B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA567B; }

 p { color: rgb(234,86,123); }

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

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

 a { background-color: rgb(234,86,123); }

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

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

 span { border-color: rgb(234,86,123); }

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