Html Css Color HEX #E0495D Mandy

📋 copy color: '#E0495D'

red 224 ◦ green 73 ◦ blue 93

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

Shades of Mandy #E0495D

Tints of Mandy #E0495D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 23.85%

R = 57.44%
G = 18.72%
B = 23.85%

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

#E0495D (or 0xE0495D) is known color: Mandy. HEX triplet: E0, 49 and 5D. RGB value is (224,73,93). Sum of RGB (Red+Green+Blue) = 224+73+93=390 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.44% from 390); Green value is 73 (28.91% from 255 or 18.72% from 390); Blue value is 93 (36.72% from 255 or 23.85% from 390); Max value from RGB is 224 - color contains mainly: red. Hex color #E0495D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E0495D is #1FB6A2. Grayscale: #787878. Windows color (decimal): -2078371 or 6113760. OLE color: 6113760.

HSL color Cylindrical-coordinate representation of color #E0495D: hue angle of 352.05º 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 #E0495D is Cyan = 0, Magento = 0.67, Yellow = 0.58 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 73 93 -
CMYK 0 0.67 0.58 0.12
HSL 352.05º 0.71% 0.58% -
HSV(B) 352.05º 0.67% 0.88% -
XYZ 35.1 21.4 12.64 -
YUV 120.43 112.53 201.87 -
System Red Green Blue C M Y K H S L
Decimal 224 73 93 0 0.67 0.58 0.12 352.05 0.71 0.58
Hex E0 49 5D 0 43 3A C 160 47 3A
Octal 340 111 135 0 103 72 14 540 107 72
Binary 11100000 1001001 1011101 0 1000011 111010 1100 101100000 1000111 111010

Color Harmonies of #E0495D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0495D

Black with #E0495D

Text Example


Text Example

White with #E0495D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0495D; }

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

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

background-color css

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

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

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

border-color css

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

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

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