Html Css Color HEX #E15260 Mandy

📋 copy color: '#E15260'

red 225 ◦ green 82 ◦ blue 96

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

Shades of Mandy #E15260

Tints of Mandy #E15260

RGB

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

 GREEN value IS 82 (32.42% from 255) = 20.35%

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

R = 55.83%
G = 20.35%
B = 23.82%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.57

 K value IS 0.12

RGB Variations

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

Color information

#E15260 (or 0xE15260) is known color: Mandy. HEX triplet: E1, 52 and 60. RGB value is (225,82,96). Sum of RGB (Red+Green+Blue) = 225+82+96=403 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.83% from 403); Green value is 82 (32.42% from 255 or 20.35% from 403); Blue value is 96 (37.89% from 255 or 23.82% from 403); Max value from RGB is 225 - color contains mainly: red. Hex color #E15260 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15260 is #1EAD9F. Grayscale: #7E7E7E. Windows color (decimal): -2010528 or 6312673. OLE color: 6312673.

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

Color convert

RGB 225 82 96 -
CMYK 0 0.64 0.57 0.12
HSL 354.13º 0.7% 0.6% -
HSV(B) 354.13º 0.64% 0.88% -
XYZ 36.18 22.89 13.58 -
YUV 126.35 110.88 198.36 -
System Red Green Blue C M Y K H S L
Decimal 225 82 96 0 0.64 0.57 0.12 354.13 0.7 0.6
Hex E1 52 60 0 40 39 C 162 46 3C
Octal 341 122 140 0 100 71 14 542 106 74
Binary 11100001 1010010 1100000 0 1000000 111001 1100 101100010 1000110 111100

Color Harmonies of #E15260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15260

Black with #E15260

Text Example


Text Example

White with #E15260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15260; }

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

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

background-color css

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

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

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

border-color css

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

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

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