Html Css Color HEX #E0505F Mandy

📋 copy color: '#E0505F'

red 224 ◦ green 80 ◦ blue 95

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

Shades of Mandy #E0505F

Tints of Mandy #E0505F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 23.81%

R = 56.14%
G = 20.05%
B = 23.81%

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

#E0505F (or 0xE0505F) is known color: Mandy. HEX triplet: E0, 50 and 5F. RGB value is (224,80,95). Sum of RGB (Red+Green+Blue) = 224+80+95=399 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.14% from 399); Green value is 80 (31.64% from 255 or 20.05% from 399); Blue value is 95 (37.5% from 255 or 23.81% from 399); Max value from RGB is 224 - color contains mainly: red. Hex color #E0505F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0505F is #1FAFA0. Grayscale: #7C7C7C. Windows color (decimal): -2076577 or 6246624. OLE color: 6246624.

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

Color convert

RGB 224 80 95 -
CMYK 0 0.64 0.58 0.12
HSL 353.75º 0.7% 0.6% -
HSV(B) 353.75º 0.64% 0.88% -
XYZ 35.67 22.41 13.27 -
YUV 124.77 111.21 198.78 -
System Red Green Blue C M Y K H S L
Decimal 224 80 95 0 0.64 0.58 0.12 353.75 0.7 0.6
Hex E0 50 5F 0 40 3A C 162 46 3C
Octal 340 120 137 0 100 72 14 542 106 74
Binary 11100000 1010000 1011111 0 1000000 111010 1100 101100010 1000110 111100

Color Harmonies of #E0505F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0505F

Black with #E0505F

Text Example


Text Example

White with #E0505F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0505F; }

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

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

background-color css

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

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

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

border-color css

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

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

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