#EB5A83

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

Shades of Dark Pink #EB5A83

Tints of Dark Pink #EB5A83

Color information

#EB5A83 (or 0xEB5A83) is unknown color: approx Dark Pink. HEX triplet: EB, 5A and 83. RGB value is (235,90,131). Sum of RGB (Red+Green+Blue) = 235+90+131=456 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.54% from 456); Green value is 90 (35.55% from 255 or 19.74% from 456); Blue value is 131 (51.56% from 255 or 28.73% from 456); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5A83 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB5A83 is #14A57C. Grayscale: #8A8A8A. Windows color (decimal): -1353085 or 8608491. OLE color: 8608491.

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

Color convert

RGB23590131-
CMYK00.620.440.08
HSL343.03º78.38%63.73%-
HSV(B)343.03º61.7%92.16%-
XYZ42.0126.6124.4-
YUV138.03124.04197.17-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 51.54%
GREEN value IS 90 (35.55% from 255) = 19.74%
BLUE value IS 131 (51.56% from 255) = 28.73%
R=51.54%
G=19.74%
B=28.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.44
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2359013100.620.440.08343.0378.3863.73
HexEB5A8303E2C81574e40
Octal3531322030765410527116100
Binary111010111011010100000110111110101100100010101011110011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB5A83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB5A83; }

 p { color: rgb(235,90,131); }

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

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

 a { background-color: rgb(235,90,131); }

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

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

 span { border-color: rgb(235,90,131); }

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