Html Css Color HEX #E1518B Dark Pink

📋 copy color: '#E1518B'

red 225 ◦ green 81 ◦ blue 139

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

Shades of Dark Pink #E1518B

Tints of Dark Pink #E1518B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 31.24%

R = 50.56%
G = 18.2%
B = 31.24%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.38

 K value IS 0.12

RGB Variations

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

Color information

#E1518B (or 0xE1518B) is known color: Dark Pink. HEX triplet: E1, 51 and 8B. RGB value is (225,81,139). Sum of RGB (Red+Green+Blue) = 225+81+139=445 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.56% from 445); Green value is 81 (32.03% from 255 or 18.20% from 445); Blue value is 139 (54.69% from 255 or 31.24% from 445); Max value from RGB is 225 - color contains mainly: red. Hex color #E1518B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E1518B is #1EAE74. Grayscale: #828282. Windows color (decimal): -2010741 or 9130465. OLE color: 9130465.

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

Color convert

RGB 225 81 139 -
CMYK 0 0.64 0.38 0.12
HSL 335.83º 0.71% 0.6% -
HSV(B) 335.83º 0.64% 0.88% -
XYZ 38.65 23.76 26.97 -
YUV 130.67 132.71 195.28 -
System Red Green Blue C M Y K H S L
Decimal 225 81 139 0 0.64 0.38 0.12 335.83 0.71 0.6
Hex E1 51 8B 0 40 26 C 150 47 3C
Octal 341 121 213 0 100 46 14 520 107 74
Binary 11100001 1010001 10001011 0 1000000 100110 1100 101010000 1000111 111100

Color Harmonies of #E1518B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1518B

Black with #E1518B

Text Example


Text Example

White with #E1518B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1518B; }

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

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

background-color css

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

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

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

border-color css

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

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

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