Html Css Color HEX #E15A7D Dark Pink

📋 copy color: '#E15A7D'

red 225 ◦ green 90 ◦ blue 125

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

Shades of Dark Pink #E15A7D

Tints of Dark Pink #E15A7D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.45%

 BLUE value IS 125 (49.22% from 255) = 28.41%

R = 51.14%
G = 20.45%
B = 28.41%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.44

 K value IS 0.12

RGB Variations

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

Color information

#E15A7D (or 0xE15A7D) is known color: Dark Pink. HEX triplet: E1, 5A and 7D. RGB value is (225,90,125). Sum of RGB (Red+Green+Blue) = 225+90+125=440 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.14% from 440); Green value is 90 (35.55% from 255 or 20.45% from 440); Blue value is 125 (49.22% from 255 or 28.41% from 440); Max value from RGB is 225 - color contains mainly: red. Hex color #E15A7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15A7D is #1EA582. Grayscale: #868686. Windows color (decimal): -2008451 or 8215265. OLE color: 8215265.

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

Color convert

RGB 225 90 125 -
CMYK 0 0.60 0.44 0.12
HSL 344.44º 0.69% 0.62% -
HSV(B) 344.44º 0.6% 0.88% -
XYZ 38.41 24.8 22.16 -
YUV 134.36 122.73 192.65 -
System Red Green Blue C M Y K H S L
Decimal 225 90 125 0 0.60 0.44 0.12 344.44 0.69 0.62
Hex E1 5A 7D 0 3C 2C C 158 45 3E
Octal 341 132 175 0 74 54 14 530 105 76
Binary 11100001 1011010 1111101 0 111100 101100 1100 101011000 1000101 111110

Color Harmonies of #E15A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15A7D

Black with #E15A7D

Text Example


Text Example

White with #E15A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15A7D; }

 p { color: rgb(225,90,125); }

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

background-color css

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

 a { background-color: rgb(225,90,125); }

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

border-color css

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

 span { border-color: rgb(225,90,125); }

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