#E96183

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

Shades of Dark Pink #E96183

Tints of Dark Pink #E96183

Color information

#E96183 (or 0xE96183) is unknown color: approx Dark Pink. HEX triplet: E9, 61 and 83. RGB value is (233,97,131). Sum of RGB (Red+Green+Blue) = 233+97+131=461 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50.54% from 461); Green value is 97 (38.28% from 255 or 21.04% from 461); Blue value is 131 (51.56% from 255 or 28.42% from 461); Max value from RGB is 233 - color contains mainly: red. Hex color #E96183 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E96183 is #169E7C. Grayscale: #8D8D8D. Windows color (decimal): -1482365 or 8610281. OLE color: 8610281.

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

Color convert

RGB23397131-
CMYK00.580.440.09
HSL345º75.56%64.71%-
HSV(B)345º58.37%91.37%-
XYZ41.9827.5124.57-
YUV141.54122.06193.24-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 50.54%
GREEN value IS 97 (38.28% from 255) = 21.04%
BLUE value IS 131 (51.56% from 255) = 28.42%
R=50.54%
G=21.04%
B=28.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.44
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2339713100.580.440.0934575.5664.71
HexE9618303A2C91594c41
Octal3511412030725411531114101
Binary111010011100001100000110111010101100100110101100110011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E96183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E96183; }

 p { color: rgb(233,97,131); }

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

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

 a { background-color: rgb(233,97,131); }

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

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

 span { border-color: rgb(233,97,131); }

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