Html Css Color HEX #E15D60 Mandy

📋 copy color: '#E15D60'

red 225 ◦ green 93 ◦ blue 96

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

Shades of Mandy #E15D60

Tints of Mandy #E15D60

RGB

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

 GREEN value IS 93 (36.72% from 255) = 22.46%

 BLUE value IS 96 (37.89% from 255) = 23.19%

R = 54.35%
G = 22.46%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.57

 K value IS 0.12

RGB Variations

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

Color information

#E15D60 (or 0xE15D60) is known color: Mandy. HEX triplet: E1, 5D and 60. RGB value is (225,93,96). Sum of RGB (Red+Green+Blue) = 225+93+96=414 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.35% from 414); Green value is 93 (36.72% from 255 or 22.46% from 414); Blue value is 96 (37.89% from 255 or 23.19% from 414); Max value from RGB is 225 - color contains mainly: red. Hex color #E15D60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15D60 is #1EA29F. Grayscale: #848484. Windows color (decimal): -2007712 or 6315489. OLE color: 6315489.

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

Color convert

RGB 225 93 96 -
CMYK 0 0.59 0.57 0.12
HSL 358.64º 0.69% 0.62% -
HSV(B) 358.64º 0.59% 0.88% -
XYZ 37.08 24.68 13.88 -
YUV 132.81 107.23 193.76 -
System Red Green Blue C M Y K H S L
Decimal 225 93 96 0 0.59 0.57 0.12 358.64 0.69 0.62
Hex E1 5D 60 0 3B 39 C 167 45 3E
Octal 341 135 140 0 73 71 14 547 105 76
Binary 11100001 1011101 1100000 0 111011 111001 1100 101100111 1000101 111110

Color Harmonies of #E15D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15D60

Black with #E15D60

Text Example


Text Example

White with #E15D60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15D60; }

 p { color: rgb(225,93,96); }

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

background-color css

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

 a { background-color: rgb(225,93,96); }

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

border-color css

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

 span { border-color: rgb(225,93,96); }

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