Html Css Color HEX #E0505D Mandy

📋 copy color: '#E0505D'

red 224 ◦ green 80 ◦ blue 93

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

Shades of Mandy #E0505D

Tints of Mandy #E0505D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.15%

 BLUE value IS 93 (36.72% from 255) = 23.43%

R = 56.42%
G = 20.15%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.58

 K value IS 0.12

RGB Variations

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

Color information

#E0505D (or 0xE0505D) is known color: Mandy. HEX triplet: E0, 50 and 5D. RGB value is (224,80,93). Sum of RGB (Red+Green+Blue) = 224+80+93=397 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.42% from 397); Green value is 80 (31.64% from 255 or 20.15% from 397); Blue value is 93 (36.72% from 255 or 23.43% from 397); Max value from RGB is 224 - color contains mainly: red. Hex color #E0505D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0505D is #1FAFA2. Grayscale: #7C7C7C. Windows color (decimal): -2076579 or 6115552. OLE color: 6115552.

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

Color convert

RGB 224 80 93 -
CMYK 0 0.64 0.58 0.12
HSL 354.58º 0.7% 0.6% -
HSV(B) 354.58º 0.64% 0.88% -
XYZ 35.58 22.37 12.8 -
YUV 124.54 110.21 198.94 -
System Red Green Blue C M Y K H S L
Decimal 224 80 93 0 0.64 0.58 0.12 354.58 0.7 0.6
Hex E0 50 5D 0 40 3A C 163 46 3C
Octal 340 120 135 0 100 72 14 543 106 74
Binary 11100000 1010000 1011101 0 1000000 111010 1100 101100011 1000110 111100

Color Harmonies of #E0505D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0505D

Black with #E0505D

Text Example


Text Example

White with #E0505D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0505D; }

 p { color: rgb(224,80,93); }

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

background-color css

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

 a { background-color: rgb(224,80,93); }

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

border-color css

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

 span { border-color: rgb(224,80,93); }

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