Html Css Color HEX #E5485D Mandy

📋 copy color: '#E5485D'

red 229 ◦ green 72 ◦ blue 93

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

Shades of Mandy #E5485D

Tints of Mandy #E5485D

RGB

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

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

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

R = 58.12%
G = 18.27%
B = 23.6%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.59

 K value IS 0.10

RGB Variations

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

Color information

#E5485D (or 0xE5485D) is known color: Mandy. HEX triplet: E5, 48 and 5D. RGB value is (229,72,93). Sum of RGB (Red+Green+Blue) = 229+72+93=394 (52% of max value = 765). Red value is 229 (89.84% from 255 or 58.12% from 394); Green value is 72 (28.52% from 255 or 18.27% from 394); Blue value is 93 (36.72% from 255 or 23.60% from 394); Max value from RGB is 229 - color contains mainly: red. Hex color #E5485D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5485D is #1AB7A2. Grayscale: #797979. Windows color (decimal): -1750947 or 6113509. OLE color: 6113509.

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

Color convert

RGB 229 72 93 -
CMYK 0 0.69 0.59 0.10
HSL 351.97º 0.75% 0.59% -
HSV(B) 351.97º 0.69% 0.9% -
XYZ 36.61 22.08 12.69 -
YUV 121.34 112.01 204.79 -
System Red Green Blue C M Y K H S L
Decimal 229 72 93 0 0.69 0.59 0.10 351.97 0.75 0.59
Hex E5 48 5D 0 45 3B A 160 4B 3B
Octal 345 110 135 0 105 73 12 540 113 73
Binary 11100101 1001000 1011101 0 1000101 111011 1010 101100000 1001011 111011

Color Harmonies of #E5485D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5485D

Black with #E5485D

Text Example


Text Example

White with #E5485D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5485D; }

 p { color: rgb(229,72,93); }

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

background-color css

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

 a { background-color: rgb(229,72,93); }

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

border-color css

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

 span { border-color: rgb(229,72,93); }

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