#EB5A90

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

Shades of Dark Pink #EB5A90

Tints of Dark Pink #EB5A90

Color information

#EB5A90 (or 0xEB5A90) is unknown color: approx Dark Pink. HEX triplet: EB, 5A and 90. RGB value is (235,90,144). Sum of RGB (Red+Green+Blue) = 235+90+144=469 (62% of max value = 765). Red value is 235 (92.19% from 255 or 50.11% from 469); Green value is 90 (35.55% from 255 or 19.19% from 469); Blue value is 144 (56.64% from 255 or 30.70% from 469); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5A90 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB5A90 is #14A56F. Grayscale: #8B8B8B. Windows color (decimal): -1353072 or 9460459. OLE color: 9460459.

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

Color convert

RGB23590144-
CMYK00.620.390.08
HSL337.66º78.38%63.73%-
HSV(B)337.66º61.7%92.16%-
XYZ42.9526.9929.33-
YUV139.51130.54196.11-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 50.11%
GREEN value IS 90 (35.55% from 255) = 19.19%
BLUE value IS 144 (56.64% from 255) = 30.70%
R=50.11%
G=19.19%
B=30.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.39
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2359014400.620.390.08337.6678.3863.73
HexEB5A9003E2781524e40
Octal3531322200764710522116100
Binary111010111011010100100000111110100111100010101001010011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB5A90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB5A90; }

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

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

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

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

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

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

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

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