Html Css Color HEX #E15E8D Dark Pink

📋 copy color: '#E15E8D'

red 225 ◦ green 94 ◦ blue 141

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

Shades of Dark Pink #E15E8D

Tints of Dark Pink #E15E8D

RGB

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

 GREEN value IS 94 (37.11% from 255) = 20.43%

 BLUE value IS 141 (55.47% from 255) = 30.65%

R = 48.91%
G = 20.43%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.37

 K value IS 0.12

RGB Variations

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

Color information

#E15E8D (or 0xE15E8D) is known color: Dark Pink. HEX triplet: E1, 5E and 8D. RGB value is (225,94,141). Sum of RGB (Red+Green+Blue) = 225+94+141=460 (60% of max value = 765). Red value is 225 (88.28% from 255 or 48.91% from 460); Green value is 94 (37.11% from 255 or 20.43% from 460); Blue value is 141 (55.47% from 255 or 30.65% from 460); Max value from RGB is 225 - color contains mainly: red. Hex color #E15E8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15E8D is #1EA172. Grayscale: #8A8A8A. Windows color (decimal): -2007411 or 9264865. OLE color: 9264865.

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

Color convert

RGB 225 94 141 -
CMYK 0 0.58 0.37 0.12
HSL 338.47º 0.69% 0.63% -
HSV(B) 338.47º 0.58% 0.88% -
XYZ 39.86 25.94 28.1 -
YUV 138.53 129.4 189.68 -
System Red Green Blue C M Y K H S L
Decimal 225 94 141 0 0.58 0.37 0.12 338.47 0.69 0.63
Hex E1 5E 8D 0 3A 25 C 152 45 3F
Octal 341 136 215 0 72 45 14 522 105 77
Binary 11100001 1011110 10001101 0 111010 100101 1100 101010010 1000101 111111

Color Harmonies of #E15E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15E8D

Black with #E15E8D

Text Example


Text Example

White with #E15E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15E8D; }

 p { color: rgb(225,94,141); }

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

background-color css

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

 a { background-color: rgb(225,94,141); }

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

border-color css

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

 span { border-color: rgb(225,94,141); }

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