Html Css Color HEX #E1518A Dark Pink

📋 copy color: '#E1518A'

red 225 ◦ green 81 ◦ blue 138

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

Shades of Dark Pink #E1518A

Tints of Dark Pink #E1518A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 31.08%

R = 50.68%
G = 18.24%
B = 31.08%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.39

 K value IS 0.12

RGB Variations

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

Color information

#E1518A (or 0xE1518A) is known color: Dark Pink. HEX triplet: E1, 51 and 8A. RGB value is (225,81,138). Sum of RGB (Red+Green+Blue) = 225+81+138=444 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.68% from 444); Green value is 81 (32.03% from 255 or 18.24% from 444); Blue value is 138 (54.30% from 255 or 31.08% from 444); Max value from RGB is 225 - color contains mainly: red. Hex color #E1518A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E1518A is #1EAE75. Grayscale: #828282. Windows color (decimal): -2010742 or 9064929. OLE color: 9064929.

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

Color convert

RGB 225 81 138 -
CMYK 0 0.64 0.39 0.12
HSL 336.25º 0.71% 0.6% -
HSV(B) 336.25º 0.64% 0.88% -
XYZ 38.58 23.73 26.59 -
YUV 130.55 132.21 195.37 -
System Red Green Blue C M Y K H S L
Decimal 225 81 138 0 0.64 0.39 0.12 336.25 0.71 0.6
Hex E1 51 8A 0 40 27 C 150 47 3C
Octal 341 121 212 0 100 47 14 520 107 74
Binary 11100001 1010001 10001010 0 1000000 100111 1100 101010000 1000111 111100

Color Harmonies of #E1518A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1518A

Black with #E1518A

Text Example


Text Example

White with #E1518A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1518A; }

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

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

background-color css

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

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

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

border-color css

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

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

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