#E65181

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

Shades of Dark Pink #E65181

Tints of Dark Pink #E65181

Color information

#E65181 (or 0xE65181) is unknown color: approx Dark Pink. HEX triplet: E6, 51 and 81. RGB value is (230,81,129). Sum of RGB (Red+Green+Blue) = 230+81+129=440 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.27% from 440); Green value is 81 (32.03% from 255 or 18.41% from 440); Blue value is 129 (50.78% from 255 or 29.32% from 440); Max value from RGB is 230 - color contains mainly: red. Hex color #E65181 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E65181 is #19AE7E. Grayscale: #828282. Windows color (decimal): -1683071 or 8475110. OLE color: 8475110.

HSL color Cylindrical-coordinate representation of color #E65181: hue angle of 340.67º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E65181 is Cyan = 0, Magento = 0.65, Yellow = 0.44 and Black (K on CMYK) = 0.10.

Color convert

RGB23081129-
CMYK00.650.440.10
HSL340.67º74.87%60.98%-
HSV(B)340.67º64.78%90.2%-
XYZ39.5424.2923.37-
YUV131.02126.86198.6-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 52.27%
GREEN value IS 81 (32.03% from 255) = 18.41%
BLUE value IS 129 (50.78% from 255) = 29.32%
R=52.27%
G=18.41%
B=29.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.44
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2308112900.650.440.10340.6774.8760.98
HexE651810412CA1554b3d
Octal3461212010101541252511375
Binary111001101010001100000010100000110110010101010101011001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E65181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E65181; }

 p { color: rgb(230,81,129); }

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

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

 a { background-color: rgb(230,81,129); }

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

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

 span { border-color: rgb(230,81,129); }

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