Html Css Color HEX #E0475A Mandy

📋 copy color: '#E0475A'

red 224 ◦ green 71 ◦ blue 90

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

Shades of Mandy #E0475A

Tints of Mandy #E0475A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.44%

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

R = 58.18%
G = 18.44%
B = 23.38%

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

#E0475A (or 0xE0475A) is known color: Mandy. HEX triplet: E0, 47 and 5A. RGB value is (224,71,90). Sum of RGB (Red+Green+Blue) = 224+71+90=385 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.18% from 385); Green value is 71 (28.12% from 255 or 18.44% from 385); Blue value is 90 (35.55% from 255 or 23.38% from 385); Max value from RGB is 224 - color contains mainly: red. Hex color #E0475A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E0475A is #1FB8A5. Grayscale: #767676. Windows color (decimal): -2078886 or 5916640. OLE color: 5916640.

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

Color convert

RGB 224 71 90 -
CMYK 0 0.68 0.60 0.12
HSL 352.55º 0.71% 0.58% -
HSV(B) 352.55º 0.68% 0.88% -
XYZ 34.84 21.09 11.91 -
YUV 118.91 111.69 202.96 -
System Red Green Blue C M Y K H S L
Decimal 224 71 90 0 0.68 0.60 0.12 352.55 0.71 0.58
Hex E0 47 5A 0 44 3C C 161 47 3A
Octal 340 107 132 0 104 74 14 541 107 72
Binary 11100000 1000111 1011010 0 1000100 111100 1100 101100001 1000111 111010

Color Harmonies of #E0475A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0475A

Black with #E0475A

Text Example


Text Example

White with #E0475A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0475A; }

 p { color: rgb(224,71,90); }

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

background-color css

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

 a { background-color: rgb(224,71,90); }

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

border-color css

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

 span { border-color: rgb(224,71,90); }

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