Html Css Color HEX #E1518E Dark Pink

📋 copy color: '#E1518E'

red 225 ◦ green 81 ◦ blue 142

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

Shades of Dark Pink #E1518E

Tints of Dark Pink #E1518E

RGB

 RED value IS 225 (88.28% from 255) = 50.22%

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

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

R = 50.22%
G = 18.08%
B = 31.7%

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

#E1518E (or 0xE1518E) is known color: Dark Pink. HEX triplet: E1, 51 and 8E. RGB value is (225,81,142). Sum of RGB (Red+Green+Blue) = 225+81+142=448 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.22% from 448); Green value is 81 (32.03% from 255 or 18.08% from 448); Blue value is 142 (55.86% from 255 or 31.70% from 448); Max value from RGB is 225 - color contains mainly: red. Hex color #E1518E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E1518E is #1EAE71. Grayscale: #828282. Windows color (decimal): -2010738 or 9327073. OLE color: 9327073.

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

Color convert

RGB 225 81 142 -
CMYK 0 0.64 0.37 0.12
HSL 334.58º 0.71% 0.6% -
HSV(B) 334.58º 0.64% 0.88% -
XYZ 38.88 23.85 28.14 -
YUV 131.01 134.21 195.04 -
System Red Green Blue C M Y K H S L
Decimal 225 81 142 0 0.64 0.37 0.12 334.58 0.71 0.6
Hex E1 51 8E 0 40 25 C 14F 47 3C
Octal 341 121 216 0 100 45 14 517 107 74
Binary 11100001 1010001 10001110 0 1000000 100101 1100 101001111 1000111 111100

Color Harmonies of #E1518E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1518E

Black with #E1518E

Text Example


Text Example

White with #E1518E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1518E; }

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

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

background-color css

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

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

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

border-color css

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

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

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