Html Css Color HEX #E15593 Dark Pink

📋 copy color: '#E15593'

red 225 ◦ green 85 ◦ blue 147

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

Shades of Dark Pink #E15593

Tints of Dark Pink #E15593

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.6%

 BLUE value IS 147 (57.81% from 255) = 32.17%

R = 49.23%
G = 18.6%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.35

 K value IS 0.12

RGB Variations

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

Color information

#E15593 (or 0xE15593) is known color: Dark Pink. HEX triplet: E1, 55 and 93. RGB value is (225,85,147). Sum of RGB (Red+Green+Blue) = 225+85+147=457 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.23% from 457); Green value is 85 (33.59% from 255 or 18.60% from 457); Blue value is 147 (57.81% from 255 or 32.17% from 457); Max value from RGB is 225 - color contains mainly: red. Hex color #E15593 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15593 is #1EAA6C. Grayscale: #858585. Windows color (decimal): -2009709 or 9655777. OLE color: 9655777.

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

Color convert

RGB 225 85 147 -
CMYK 0 0.62 0.35 0.12
HSL 333.43º 0.7% 0.61% -
HSV(B) 333.43º 0.62% 0.88% -
XYZ 39.57 24.61 30.27 -
YUV 133.93 135.38 192.96 -
System Red Green Blue C M Y K H S L
Decimal 225 85 147 0 0.62 0.35 0.12 333.43 0.7 0.61
Hex E1 55 93 0 3E 23 C 14D 46 3D
Octal 341 125 223 0 76 43 14 515 106 75
Binary 11100001 1010101 10010011 0 111110 100011 1100 101001101 1000110 111101

Color Harmonies of #E15593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15593

Black with #E15593

Text Example


Text Example

White with #E15593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15593; }

 p { color: rgb(225,85,147); }

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

background-color css

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

 a { background-color: rgb(225,85,147); }

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

border-color css

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

 span { border-color: rgb(225,85,147); }

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