#E0518A

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

Shades of Dark Pink #E0518A

Tints of Dark Pink #E0518A

Color information

#E0518A (or 0xE0518A) is unknown color: approx Dark Pink. HEX triplet: E0, 51 and 8A. RGB value is (224,81,138). Sum of RGB (Red+Green+Blue) = 224+81+138=443 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.56% from 443); Green value is 81 (32.03% from 255 or 18.28% from 443); Blue value is 138 (54.30% from 255 or 31.15% from 443); Max value from RGB is 224 - color contains mainly: red. Hex color #E0518A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E0518A is #1FAE75. Grayscale: #828282. Windows color (decimal): -2076278 or 9064928. OLE color: 9064928.

HSL color Cylindrical-coordinate representation of color #E0518A: hue angle of 336.08º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E0518A is Cyan = 0, Magento = 0.64, Yellow = 0.38 and Black (K on CMYK) = 0.12.

Color convert

RGB22481138-
CMYK00.640.380.12
HSL336.08º69.76%59.8%-
HSV(B)336.08º63.84%87.84%-
XYZ38.2723.5726.58-
YUV130.26132.38194.87-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 50.56%
GREEN value IS 81 (32.03% from 255) = 18.28%
BLUE value IS 138 (54.30% from 255) = 31.15%
R=50.56%
G=18.28%
B=31.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.38
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2248113800.640.380.12336.0869.7659.8
HexE0518A04026C150463c
Octal3401212120100461452010674
Binary111000001010001100010100100000010011011001010100001000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0518A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0518A; }

 p { color: rgb(224,81,138); }

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

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

 a { background-color: rgb(224,81,138); }

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

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

 span { border-color: rgb(224,81,138); }

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