#EB5383

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

Shades of Dark Pink #EB5383

Tints of Dark Pink #EB5383

Color information

#EB5383 (or 0xEB5383) is unknown color: approx Dark Pink. HEX triplet: EB, 53 and 83. RGB value is (235,83,131). Sum of RGB (Red+Green+Blue) = 235+83+131=449 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.34% from 449); Green value is 83 (32.81% from 255 or 18.49% from 449); Blue value is 131 (51.56% from 255 or 29.18% from 449); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5383 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB5383 is #14AC7C. Grayscale: #858585. Windows color (decimal): -1354877 or 8606699. OLE color: 8606699.

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

Color convert

RGB23583131-
CMYK00.650.440.08
HSL341.05º79.17%62.35%-
HSV(B)341.05º64.68%92.16%-
XYZ41.4525.4924.21-
YUV133.92126.36200.1-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 52.34%
GREEN value IS 83 (32.81% from 255) = 18.49%
BLUE value IS 131 (51.56% from 255) = 29.18%
R=52.34%
G=18.49%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.44
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2358313100.650.440.08341.0579.1762.35
HexEB53830412C81554f3e
Octal3531232030101541052511776
Binary111010111010011100000110100000110110010001010101011001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB5383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB5383; }

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

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

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

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

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

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

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

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