Html Css Color HEX #E54960 Mandy

📋 copy color: '#E54960'

red 229 ◦ green 73 ◦ blue 96

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

Shades of Mandy #E54960

Tints of Mandy #E54960

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 24.12%

R = 57.54%
G = 18.34%
B = 24.12%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.58

 K value IS 0.10

RGB Variations

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

Color information

#E54960 (or 0xE54960) is known color: Mandy. HEX triplet: E5, 49 and 60. RGB value is (229,73,96). Sum of RGB (Red+Green+Blue) = 229+73+96=398 (52% of max value = 765). Red value is 229 (89.84% from 255 or 57.54% from 398); Green value is 73 (28.91% from 255 or 18.34% from 398); Blue value is 96 (37.89% from 255 or 24.12% from 398); Max value from RGB is 229 - color contains mainly: red. Hex color #E54960 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E54960 is #1AB69F. Grayscale: #7A7A7A. Windows color (decimal): -1750688 or 6310373. OLE color: 6310373.

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

Color convert

RGB 229 73 96 -
CMYK 0 0.68 0.58 0.10
HSL 351.15º 0.75% 0.59% -
HSV(B) 351.15º 0.68% 0.9% -
XYZ 36.81 22.27 13.42 -
YUV 122.27 113.18 204.13 -
System Red Green Blue C M Y K H S L
Decimal 229 73 96 0 0.68 0.58 0.10 351.15 0.75 0.59
Hex E5 49 60 0 44 3A A 15F 4B 3B
Octal 345 111 140 0 104 72 12 537 113 73
Binary 11100101 1001001 1100000 0 1000100 111010 1010 101011111 1001011 111011

Color Harmonies of #E54960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54960

Black with #E54960

Text Example


Text Example

White with #E54960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54960; }

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

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

background-color css

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

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

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

border-color css

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

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

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