#E66082

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

Shades of Dark Pink #E66082

Tints of Dark Pink #E66082

Color information

#E66082 (or 0xE66082) is unknown color: approx Dark Pink. HEX triplet: E6, 60 and 82. RGB value is (230,96,130). Sum of RGB (Red+Green+Blue) = 230+96+130=456 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.44% from 456); Green value is 96 (37.89% from 255 or 21.05% from 456); Blue value is 130 (51.17% from 255 or 28.51% from 456); Max value from RGB is 230 - color contains mainly: red. Hex color #E66082 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E66082 is #199F7D. Grayscale: #8B8B8B. Windows color (decimal): -1679230 or 8544486. OLE color: 8544486.

HSL color Cylindrical-coordinate representation of color #E66082: hue angle of 344.78º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E66082 is Cyan = 0, Magento = 0.58, Yellow = 0.43 and Black (K on CMYK) = 0.10.

Color convert

RGB23096130-
CMYK00.580.430.10
HSL344.78º72.83%63.92%-
HSV(B)344.78º58.26%90.2%-
XYZ40.8526.824.14-
YUV139.94122.39192.24-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 50.44%
GREEN value IS 96 (37.89% from 255) = 21.05%
BLUE value IS 130 (51.17% from 255) = 28.51%
R=50.44%
G=21.05%
B=28.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.43
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2309613000.580.430.10344.7872.8363.92
HexE6608203A2BA1594940
Octal3461402020725312531111100
Binary111001101100000100000100111010101011101010101100110010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E66082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E66082; }

 p { color: rgb(230,96,130); }

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

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

 a { background-color: rgb(230,96,130); }

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

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

 span { border-color: rgb(230,96,130); }

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