Html Css Color HEX #E15291 Dark Pink

📋 copy color: '#E15291'

red 225 ◦ green 82 ◦ blue 145

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

Shades of Dark Pink #E15291

Tints of Dark Pink #E15291

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.14%

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

R = 49.78%
G = 18.14%
B = 32.08%

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

#E15291 (or 0xE15291) is known color: Dark Pink. HEX triplet: E1, 52 and 91. RGB value is (225,82,145). Sum of RGB (Red+Green+Blue) = 225+82+145=452 (59% of max value = 765). Red value is 225 (88.28% from 255 or 49.78% from 452); Green value is 82 (32.42% from 255 or 18.14% from 452); Blue value is 145 (57.03% from 255 or 32.08% from 452); Max value from RGB is 225 - color contains mainly: red. Hex color #E15291 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15291 is #1EAD6E. Grayscale: #838383. Windows color (decimal): -2010479 or 9523937. OLE color: 9523937.

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

Color convert

RGB 225 82 145 -
CMYK 0 0.64 0.36 0.12
HSL 333.57º 0.7% 0.6% -
HSV(B) 333.57º 0.64% 0.88% -
XYZ 39.18 24.09 29.37 -
YUV 131.94 135.38 194.38 -
System Red Green Blue C M Y K H S L
Decimal 225 82 145 0 0.64 0.36 0.12 333.57 0.7 0.6
Hex E1 52 91 0 40 24 C 14E 46 3C
Octal 341 122 221 0 100 44 14 516 106 74
Binary 11100001 1010010 10010001 0 1000000 100100 1100 101001110 1000110 111100

Color Harmonies of #E15291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15291

Black with #E15291

Text Example


Text Example

White with #E15291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15291; }

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

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

background-color css

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

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

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

border-color css

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

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

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