Html Css Color HEX #E0484D Mandy

📋 copy color: '#E0484D'

red 224 ◦ green 72 ◦ blue 77

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

Shades of Mandy #E0484D

Tints of Mandy #E0484D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 20.64%

R = 60.05%
G = 19.3%
B = 20.64%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.66

 K value IS 0.12

RGB Variations

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

Color information

#E0484D (or 0xE0484D) is known color: Mandy. HEX triplet: E0, 48 and 4D. RGB value is (224,72,77). Sum of RGB (Red+Green+Blue) = 224+72+77=373 (49% of max value = 765). Red value is 224 (87.89% from 255 or 60.05% from 373); Green value is 72 (28.52% from 255 or 19.30% from 373); Blue value is 77 (30.47% from 255 or 20.64% from 373); Max value from RGB is 224 - color contains mainly: red. Hex color #E0484D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E0484D is #1FB7B2. Grayscale: #767676. Windows color (decimal): -2078643 or 5064928. OLE color: 5064928.

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

Color convert

RGB 224 72 77 -
CMYK 0 0.68 0.66 0.12
HSL 358.03º 0.71% 0.58% -
HSV(B) 358.03º 0.68% 0.88% -
XYZ 34.4 21.02 9.27 -
YUV 118.02 104.86 203.59 -
System Red Green Blue C M Y K H S L
Decimal 224 72 77 0 0.68 0.66 0.12 358.03 0.71 0.58
Hex E0 48 4D 0 44 42 C 166 47 3A
Octal 340 110 115 0 104 102 14 546 107 72
Binary 11100000 1001000 1001101 0 1000100 1000010 1100 101100110 1000111 111010

Color Harmonies of #E0484D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0484D

Black with #E0484D

Text Example


Text Example

White with #E0484D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0484D; }

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

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

background-color css

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

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

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

border-color css

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

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

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