Html Css Color HEX #E15190 Dark Pink

📋 copy color: '#E15190'

red 225 ◦ green 81 ◦ blue 144

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

Shades of Dark Pink #E15190

Tints of Dark Pink #E15190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 32%

R = 50%
G = 18%
B = 32%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.36

 K value IS 0.12

RGB Variations

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

Color information

#E15190 (or 0xE15190) is known color: Dark Pink. HEX triplet: E1, 51 and 90. RGB value is (225,81,144). Sum of RGB (Red+Green+Blue) = 225+81+144=450 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50% from 450); Green value is 81 (32.03% from 255 or 18% from 450); Blue value is 144 (56.64% from 255 or 32% from 450); Max value from RGB is 225 - color contains mainly: red. Hex color #E15190 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15190 is #1EAE6F. Grayscale: #838383. Windows color (decimal): -2010736 or 9458145. OLE color: 9458145.

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

Color convert

RGB 225 81 144 -
CMYK 0 0.64 0.36 0.12
HSL 333.75º 0.71% 0.6% -
HSV(B) 333.75º 0.64% 0.88% -
XYZ 39.03 23.91 28.94 -
YUV 131.24 135.21 194.88 -
System Red Green Blue C M Y K H S L
Decimal 225 81 144 0 0.64 0.36 0.12 333.75 0.71 0.6
Hex E1 51 90 0 40 24 C 14E 47 3C
Octal 341 121 220 0 100 44 14 516 107 74
Binary 11100001 1010001 10010000 0 1000000 100100 1100 101001110 1000111 111100

Color Harmonies of #E15190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15190

Black with #E15190

Text Example


Text Example

White with #E15190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15190; }

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

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

background-color css

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

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

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

border-color css

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

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

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