Html Css Color HEX #E1494E Mandy

📋 copy color: '#E1494E'

red 225 ◦ green 73 ◦ blue 78

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

Shades of Mandy #E1494E

Tints of Mandy #E1494E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 20.74%

R = 59.84%
G = 19.41%
B = 20.74%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.65

 K value IS 0.12

RGB Variations

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

Color information

#E1494E (or 0xE1494E) is known color: Mandy. HEX triplet: E1, 49 and 4E. RGB value is (225,73,78). Sum of RGB (Red+Green+Blue) = 225+73+78=376 (49% of max value = 765). Red value is 225 (88.28% from 255 or 59.84% from 376); Green value is 73 (28.91% from 255 or 19.41% from 376); Blue value is 78 (30.86% from 255 or 20.74% from 376); Max value from RGB is 225 - color contains mainly: red. Hex color #E1494E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1494E is #1EB6B1. Grayscale: #777777. Windows color (decimal): -2012850 or 5130721. OLE color: 5130721.

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

Color convert

RGB 225 73 78 -
CMYK 0 0.68 0.65 0.12
HSL 358.03º 0.72% 0.58% -
HSV(B) 358.03º 0.68% 0.88% -
XYZ 34.81 21.32 9.49 -
YUV 119.02 104.86 203.59 -
System Red Green Blue C M Y K H S L
Decimal 225 73 78 0 0.68 0.65 0.12 358.03 0.72 0.58
Hex E1 49 4E 0 44 41 C 166 48 3A
Octal 341 111 116 0 104 101 14 546 110 72
Binary 11100001 1001001 1001110 0 1000100 1000001 1100 101100110 1001000 111010

Color Harmonies of #E1494E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1494E

Black with #E1494E

Text Example


Text Example

White with #E1494E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1494E; }

 p { color: rgb(225,73,78); }

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

background-color css

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

 a { background-color: rgb(225,73,78); }

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

border-color css

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

 span { border-color: rgb(225,73,78); }

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