Html Css Color HEX #E15F8D Dark Pink

📋 copy color: '#E15F8D'

red 225 ◦ green 95 ◦ blue 141

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

Shades of Dark Pink #E15F8D

Tints of Dark Pink #E15F8D

RGB

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

 GREEN value IS 95 (37.5% from 255) = 20.61%

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

R = 48.81%
G = 20.61%
B = 30.59%

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

#E15F8D (or 0xE15F8D) is known color: Dark Pink. HEX triplet: E1, 5F and 8D. RGB value is (225,95,141). Sum of RGB (Red+Green+Blue) = 225+95+141=461 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.81% from 461); Green value is 95 (37.5% from 255 or 20.61% from 461); Blue value is 141 (55.47% from 255 or 30.59% from 461); Max value from RGB is 225 - color contains mainly: red. Hex color #E15F8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15F8D is #1EA072. Grayscale: #8B8B8B. Windows color (decimal): -2007155 or 9265121. OLE color: 9265121.

HSL color Cylindrical-coordinate representation of color #E15F8D: hue angle of 338.77º degrees, saturation: 0.68, 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 #E15F8D is Cyan = 0, Magento = 0.58, Yellow = 0.37 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 95 141 -
CMYK 0 0.58 0.37 0.12
HSL 338.77º 0.68% 0.63% -
HSV(B) 338.77º 0.58% 0.88% -
XYZ 39.95 26.12 28.13 -
YUV 139.11 129.07 189.26 -
System Red Green Blue C M Y K H S L
Decimal 225 95 141 0 0.58 0.37 0.12 338.77 0.68 0.63
Hex E1 5F 8D 0 3A 25 C 153 44 3F
Octal 341 137 215 0 72 45 14 523 104 77
Binary 11100001 1011111 10001101 0 111010 100101 1100 101010011 1000100 111111

Color Harmonies of #E15F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15F8D

Black with #E15F8D

Text Example


Text Example

White with #E15F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15F8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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