Html Css Color HEX #E1495A Mandy

📋 copy color: '#E1495A'

red 225 ◦ green 73 ◦ blue 90

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

Shades of Mandy #E1495A

Tints of Mandy #E1495A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 23.2%

R = 57.99%
G = 18.81%
B = 23.2%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.60

 K value IS 0.12

RGB Variations

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

Color information

#E1495A (or 0xE1495A) is known color: Mandy. HEX triplet: E1, 49 and 5A. RGB value is (225,73,90). Sum of RGB (Red+Green+Blue) = 225+73+90=388 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.99% from 388); Green value is 73 (28.91% from 255 or 18.81% from 388); Blue value is 90 (35.55% from 255 or 23.20% from 388); Max value from RGB is 225 - color contains mainly: red. Hex color #E1495A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1495A is #1EB6A5. Grayscale: #787878. Windows color (decimal): -2012838 or 5917153. OLE color: 5917153.

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

Color convert

RGB 225 73 90 -
CMYK 0 0.68 0.60 0.12
HSL 353.29º 0.72% 0.58% -
HSV(B) 353.29º 0.68% 0.88% -
XYZ 35.28 21.51 11.97 -
YUV 120.39 110.86 202.62 -
System Red Green Blue C M Y K H S L
Decimal 225 73 90 0 0.68 0.60 0.12 353.29 0.72 0.58
Hex E1 49 5A 0 44 3C C 161 48 3A
Octal 341 111 132 0 104 74 14 541 110 72
Binary 11100001 1001001 1011010 0 1000100 111100 1100 101100001 1001000 111010

Color Harmonies of #E1495A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1495A

Black with #E1495A

Text Example


Text Example

White with #E1495A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1495A; }

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

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

background-color css

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

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

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

border-color css

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

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

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