Html Css Color HEX #E0485E Mandy

📋 copy color: '#E0485E'

red 224 ◦ green 72 ◦ blue 94

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

Shades of Mandy #E0485E

Tints of Mandy #E0485E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.46%

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

R = 57.44%
G = 18.46%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.58

 K value IS 0.12

RGB Variations

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

Color information

#E0485E (or 0xE0485E) is known color: Mandy. HEX triplet: E0, 48 and 5E. RGB value is (224,72,94). Sum of RGB (Red+Green+Blue) = 224+72+94=390 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.44% from 390); Green value is 72 (28.52% from 255 or 18.46% from 390); Blue value is 94 (37.11% from 255 or 24.10% from 390); Max value from RGB is 224 - color contains mainly: red. Hex color #E0485E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E0485E is #1FB7A1. Grayscale: #787878. Windows color (decimal): -2078626 or 6179040. OLE color: 6179040.

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

Color convert

RGB 224 72 94 -
CMYK 0 0.68 0.58 0.12
HSL 351.32º 0.71% 0.58% -
HSV(B) 351.32º 0.68% 0.88% -
XYZ 35.08 21.29 12.85 -
YUV 119.96 113.36 202.21 -
System Red Green Blue C M Y K H S L
Decimal 224 72 94 0 0.68 0.58 0.12 351.32 0.71 0.58
Hex E0 48 5E 0 44 3A C 15F 47 3A
Octal 340 110 136 0 104 72 14 537 107 72
Binary 11100000 1001000 1011110 0 1000100 111010 1100 101011111 1000111 111010

Color Harmonies of #E0485E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0485E

Black with #E0485E

Text Example


Text Example

White with #E0485E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0485E; }

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

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

background-color css

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

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

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

border-color css

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

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

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