Html Css Color HEX #E15785 Dark Pink

📋 copy color: '#E15785'

red 225 ◦ green 87 ◦ blue 133

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

Shades of Dark Pink #E15785

Tints of Dark Pink #E15785

RGB

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

 GREEN value IS 87 (34.38% from 255) = 19.55%

 BLUE value IS 133 (52.34% from 255) = 29.89%

R = 50.56%
G = 19.55%
B = 29.89%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.41

 K value IS 0.12

RGB Variations

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

Color information

#E15785 (or 0xE15785) is known color: Dark Pink. HEX triplet: E1, 57 and 85. RGB value is (225,87,133). Sum of RGB (Red+Green+Blue) = 225+87+133=445 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.56% from 445); Green value is 87 (34.38% from 255 or 19.55% from 445); Blue value is 133 (52.34% from 255 or 29.89% from 445); Max value from RGB is 225 - color contains mainly: red. Hex color #E15785 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15785 is #1EA87A. Grayscale: #858585. Windows color (decimal): -2009211 or 8738785. OLE color: 8738785.

HSL color Cylindrical-coordinate representation of color #E15785: hue angle of 340º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E15785 is Cyan = 0, Magento = 0.61, Yellow = 0.41 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 87 133 -
CMYK 0 0.61 0.41 0.12
HSL 340º 0.7% 0.61% -
HSV(B) 340º 0.61% 0.88% -
XYZ 38.69 24.52 24.88 -
YUV 133.51 127.72 193.26 -
System Red Green Blue C M Y K H S L
Decimal 225 87 133 0 0.61 0.41 0.12 340 0.7 0.61
Hex E1 57 85 0 3D 29 C 154 46 3D
Octal 341 127 205 0 75 51 14 524 106 75
Binary 11100001 1010111 10000101 0 111101 101001 1100 101010100 1000110 111101

Color Harmonies of #E15785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15785

Black with #E15785

Text Example


Text Example

White with #E15785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15785; }

 p { color: rgb(225,87,133); }

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

background-color css

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

 a { background-color: rgb(225,87,133); }

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

border-color css

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

 span { border-color: rgb(225,87,133); }

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