Html Css Color HEX #E54950 Mandy

📋 copy color: '#E54950'

red 229 ◦ green 73 ◦ blue 80

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

Shades of Mandy #E54950

Tints of Mandy #E54950

RGB

 RED value IS 229 (89.84% from 255) = 59.95%

 GREEN value IS 73 (28.91% from 255) = 19.11%

 BLUE value IS 80 (31.64% from 255) = 20.94%

R = 59.95%
G = 19.11%
B = 20.94%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.65

 K value IS 0.10

RGB Variations

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

Color information

#E54950 (or 0xE54950) is known color: Mandy. HEX triplet: E5, 49 and 50. RGB value is (229,73,80). Sum of RGB (Red+Green+Blue) = 229+73+80=382 (50% of max value = 765). Red value is 229 (89.84% from 255 or 59.95% from 382); Green value is 73 (28.91% from 255 or 19.11% from 382); Blue value is 80 (31.64% from 255 or 20.94% from 382); Max value from RGB is 229 - color contains mainly: red. Hex color #E54950 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E54950 is #1AB6AF. Grayscale: #787878. Windows color (decimal): -1750704 or 5261797. OLE color: 5261797.

HSL color Cylindrical-coordinate representation of color #E54950: hue angle of 357.31º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E54950 is Cyan = 0, Magento = 0.68, Yellow = 0.65 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 73 80 -
CMYK 0 0.68 0.65 0.10
HSL 357.31º 0.75% 0.59% -
HSV(B) 357.31º 0.68% 0.9% -
XYZ 36.14 22 9.93 -
YUV 120.44 105.18 205.43 -
System Red Green Blue C M Y K H S L
Decimal 229 73 80 0 0.68 0.65 0.10 357.31 0.75 0.59
Hex E5 49 50 0 44 41 A 165 4B 3B
Octal 345 111 120 0 104 101 12 545 113 73
Binary 11100101 1001001 1010000 0 1000100 1000001 1010 101100101 1001011 111011

Color Harmonies of #E54950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54950

Black with #E54950

Text Example


Text Example

White with #E54950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54950; }

 p { color: rgb(229,73,80); }

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

background-color css

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

 a { background-color: rgb(229,73,80); }

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

border-color css

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

 span { border-color: rgb(229,73,80); }

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