Html Css Color HEX #E0518E Dark Pink

📋 copy color: '#E0518E'

red 224 ◦ green 81 ◦ blue 142

#E0518E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Pink #E0518E

Tints of Dark Pink #E0518E

RGB

 RED value IS 224 (87.89% from 255) = 50.11%

 GREEN value IS 81 (32.03% from 255) = 18.12%

 BLUE value IS 142 (55.86% from 255) = 31.77%

R = 50.11%
G = 18.12%
B = 31.77%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.37

 K value IS 0.12

RGB Variations

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

Color information

#E0518E (or 0xE0518E) is known color: Dark Pink. HEX triplet: E0, 51 and 8E. RGB value is (224,81,142). Sum of RGB (Red+Green+Blue) = 224+81+142=447 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50.11% from 447); Green value is 81 (32.03% from 255 or 18.12% from 447); Blue value is 142 (55.86% from 255 or 31.77% from 447); Max value from RGB is 224 - color contains mainly: red. Hex color #E0518E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E0518E is #1FAE71. Grayscale: #828282. Windows color (decimal): -2076274 or 9327072. OLE color: 9327072.

HSL color Cylindrical-coordinate representation of color #E0518E: hue angle of 334.41º 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 #E0518E is Cyan = 0, Magento = 0.64, Yellow = 0.37 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 81 142 -
CMYK 0 0.64 0.37 0.12
HSL 334.41º 0.7% 0.6% -
HSV(B) 334.41º 0.64% 0.88% -
XYZ 38.57 23.69 28.13 -
YUV 130.71 134.38 194.54 -
System Red Green Blue C M Y K H S L
Decimal 224 81 142 0 0.64 0.37 0.12 334.41 0.7 0.6
Hex E0 51 8E 0 40 25 C 14E 46 3C
Octal 340 121 216 0 100 45 14 516 106 74
Binary 11100000 1010001 10001110 0 1000000 100101 1100 101001110 1000110 111100

Color Harmonies of #E0518E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0518E

Black with #E0518E

Text Example


Text Example

White with #E0518E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0518E; }

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

 H1.HeaderClassName
 {
   color: #E0518E;
 }
 .AnyTagClassName
 {
   color: #E0518E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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