Html Css Color HEX #E15C90 Dark Pink

📋 copy color: '#E15C90'

red 225 ◦ green 92 ◦ blue 144

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

Shades of Dark Pink #E15C90

Tints of Dark Pink #E15C90

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.96%

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

R = 48.81%
G = 19.96%
B = 31.24%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.36

 K value IS 0.12

RGB Variations

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

Color information

#E15C90 (or 0xE15C90) is known color: Dark Pink. HEX triplet: E1, 5C and 90. RGB value is (225,92,144). Sum of RGB (Red+Green+Blue) = 225+92+144=461 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.81% from 461); Green value is 92 (36.33% from 255 or 19.96% from 461); Blue value is 144 (56.64% from 255 or 31.24% from 461); Max value from RGB is 225 - color contains mainly: red. Hex color #E15C90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15C90 is #1EA36F. Grayscale: #898989. Windows color (decimal): -2007920 or 9460961. OLE color: 9460961.

HSL color Cylindrical-coordinate representation of color #E15C90: hue angle of 336.54º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E15C90 is Cyan = 0, Magento = 0.59, Yellow = 0.36 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 92 144 -
CMYK 0 0.59 0.36 0.12
HSL 336.54º 0.69% 0.62% -
HSV(B) 336.54º 0.59% 0.88% -
XYZ 39.91 25.68 29.24 -
YUV 137.7 131.56 190.27 -
System Red Green Blue C M Y K H S L
Decimal 225 92 144 0 0.59 0.36 0.12 336.54 0.69 0.62
Hex E1 5C 90 0 3B 24 C 151 45 3E
Octal 341 134 220 0 73 44 14 521 105 76
Binary 11100001 1011100 10010000 0 111011 100100 1100 101010001 1000101 111110

Color Harmonies of #E15C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15C90

Black with #E15C90

Text Example


Text Example

White with #E15C90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15C90; }

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

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

background-color css

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

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

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

border-color css

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

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

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