Html Css Color HEX #E15C91 Dark Pink

📋 copy color: '#E15C91'

red 225 ◦ green 92 ◦ blue 145

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

Shades of Dark Pink #E15C91

Tints of Dark Pink #E15C91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 31.39%

R = 48.7%
G = 19.91%
B = 31.39%

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

#E15C91 (or 0xE15C91) is known color: Dark Pink. HEX triplet: E1, 5C and 91. RGB value is (225,92,145). Sum of RGB (Red+Green+Blue) = 225+92+145=462 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.70% from 462); Green value is 92 (36.33% from 255 or 19.91% from 462); Blue value is 145 (57.03% from 255 or 31.39% from 462); Max value from RGB is 225 - color contains mainly: red. Hex color #E15C91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15C91 is #1EA36E. Grayscale: #898989. Windows color (decimal): -2007919 or 9526497. OLE color: 9526497.

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

Color convert

RGB 225 92 145 -
CMYK 0 0.59 0.36 0.12
HSL 336.09º 0.69% 0.62% -
HSV(B) 336.09º 0.59% 0.88% -
XYZ 39.99 25.71 29.64 -
YUV 137.81 132.06 190.19 -
System Red Green Blue C M Y K H S L
Decimal 225 92 145 0 0.59 0.36 0.12 336.09 0.69 0.62
Hex E1 5C 91 0 3B 24 C 150 45 3E
Octal 341 134 221 0 73 44 14 520 105 76
Binary 11100001 1011100 10010001 0 111011 100100 1100 101010000 1000101 111110

Color Harmonies of #E15C91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15C91

Black with #E15C91

Text Example


Text Example

White with #E15C91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15C91; }

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

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

background-color css

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

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

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

border-color css

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

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

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