#E85483

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

Shades of Dark Pink #E85483

Tints of Dark Pink #E85483

Color information

#E85483 (or 0xE85483) is unknown color: approx Dark Pink. HEX triplet: E8, 54 and 83. RGB value is (232,84,131). Sum of RGB (Red+Green+Blue) = 232+84+131=447 (59% of max value = 765). Red value is 232 (91.02% from 255 or 51.90% from 447); Green value is 84 (33.20% from 255 or 18.79% from 447); Blue value is 131 (51.56% from 255 or 29.31% from 447); Max value from RGB is 232 - color contains mainly: red. Hex color #E85483 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85483 is #17AB7C. Grayscale: #858585. Windows color (decimal): -1551229 or 8606952. OLE color: 8606952.

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

Color convert

RGB23284131-
CMYK00.640.440.09
HSL340.95º76.29%61.96%-
HSV(B)340.95º63.79%90.98%-
XYZ40.5525.1424.19-
YUV133.61126.53198.18-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 51.90%
GREEN value IS 84 (33.20% from 255) = 18.79%
BLUE value IS 131 (51.56% from 255) = 29.31%
R=51.90%
G=18.79%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.44
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2328413100.640.440.09340.9576.2961.96
HexE854830402C91554c3e
Octal3501242030100541152511476
Binary111010001010100100000110100000010110010011010101011001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E85483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E85483; }

 p { color: rgb(232,84,131); }

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

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

 a { background-color: rgb(232,84,131); }

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

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

 span { border-color: rgb(232,84,131); }

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