#EB5A8F

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

Shades of Dark Pink #EB5A8F

Tints of Dark Pink #EB5A8F

Color information

#EB5A8F (or 0xEB5A8F) is unknown color: approx Dark Pink. HEX triplet: EB, 5A and 8F. RGB value is (235,90,143). Sum of RGB (Red+Green+Blue) = 235+90+143=468 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.21% from 468); Green value is 90 (35.55% from 255 or 19.23% from 468); Blue value is 143 (56.25% from 255 or 30.56% from 468); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5A8F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB5A8F is #14A570. Grayscale: #8B8B8B. Windows color (decimal): -1353073 or 9394923. OLE color: 9394923.

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

Color convert

RGB23590143-
CMYK00.620.390.08
HSL338.07º78.38%63.73%-
HSV(B)338.07º61.7%92.16%-
XYZ42.8826.9628.93-
YUV139.4130.04196.19-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 50.21%
GREEN value IS 90 (35.55% from 255) = 19.23%
BLUE value IS 143 (56.25% from 255) = 30.56%
R=50.21%
G=19.23%
B=30.56%

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
Decimal2359014300.620.390.08338.0778.3863.73
HexEB5A8F03E2781524e40
Octal3531322170764710522116100
Binary111010111011010100011110111110100111100010101001010011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB5A8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB5A8F; }

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

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

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

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

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

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

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

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