Html Css Color HEX #E0495E Mandy

📋 copy color: '#E0495E'

red 224 ◦ green 73 ◦ blue 94

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

Shades of Mandy #E0495E

Tints of Mandy #E0495E

RGB

 RED value IS 224 (87.89% from 255) = 57.29%

 GREEN value IS 73 (28.91% from 255) = 18.67%

 BLUE value IS 94 (37.11% from 255) = 24.04%

R = 57.29%
G = 18.67%
B = 24.04%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.58

 K value IS 0.12

RGB Variations

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

Color information

#E0495E (or 0xE0495E) is known color: Mandy. HEX triplet: E0, 49 and 5E. RGB value is (224,73,94). Sum of RGB (Red+Green+Blue) = 224+73+94=391 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.29% from 391); Green value is 73 (28.91% from 255 or 18.67% from 391); Blue value is 94 (37.11% from 255 or 24.04% from 391); Max value from RGB is 224 - color contains mainly: red. Hex color #E0495E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E0495E is #1FB6A1. Grayscale: #787878. Windows color (decimal): -2078370 or 6179296. OLE color: 6179296.

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

Color convert

RGB 224 73 94 -
CMYK 0 0.67 0.58 0.12
HSL 351.66º 0.71% 0.58% -
HSV(B) 351.66º 0.67% 0.88% -
XYZ 35.14 21.42 12.87 -
YUV 120.54 113.03 201.79 -
System Red Green Blue C M Y K H S L
Decimal 224 73 94 0 0.67 0.58 0.12 351.66 0.71 0.58
Hex E0 49 5E 0 43 3A C 160 47 3A
Octal 340 111 136 0 103 72 14 540 107 72
Binary 11100000 1001001 1011110 0 1000011 111010 1100 101100000 1000111 111010

Color Harmonies of #E0495E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0495E

Black with #E0495E

Text Example


Text Example

White with #E0495E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0495E; }

 p { color: rgb(224,73,94); }

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

background-color css

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

 a { background-color: rgb(224,73,94); }

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

border-color css

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

 span { border-color: rgb(224,73,94); }

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