#E65180

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

Shades of Dark Pink #E65180

Tints of Dark Pink #E65180

Color information

#E65180 (or 0xE65180) is unknown color: approx Dark Pink. HEX triplet: E6, 51 and 80. RGB value is (230,81,128). Sum of RGB (Red+Green+Blue) = 230+81+128=439 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.39% from 439); Green value is 81 (32.03% from 255 or 18.45% from 439); Blue value is 128 (50.39% from 255 or 29.16% from 439); Max value from RGB is 230 - color contains mainly: red. Hex color #E65180 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E65180 is #19AE7F. Grayscale: #828282. Windows color (decimal): -1683072 or 8409574. OLE color: 8409574.

HSL color Cylindrical-coordinate representation of color #E65180: hue angle of 341.07º 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 #E65180 is Cyan = 0, Magento = 0.65, Yellow = 0.44 and Black (K on CMYK) = 0.10.

Color convert

RGB23081128-
CMYK00.650.440.10
HSL341.07º74.87%60.98%-
HSV(B)341.07º64.78%90.2%-
XYZ39.4724.2723.03-
YUV130.91126.36198.68-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 52.39%
GREEN value IS 81 (32.03% from 255) = 18.45%
BLUE value IS 128 (50.39% from 255) = 29.16%
R=52.39%
G=18.45%
B=29.16%

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
Decimal2308112800.650.440.10341.0774.8760.98
HexE651800412CA1554b3d
Octal3461212000101541252511375
Binary111001101010001100000000100000110110010101010101011001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E65180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E65180; }

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

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

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

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

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

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

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

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