Html Css Color HEX #E5485B Mandy

📋 copy color: '#E5485B'

red 229 ◦ green 72 ◦ blue 91

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

Shades of Mandy #E5485B

Tints of Mandy #E5485B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 23.21%

R = 58.42%
G = 18.37%
B = 23.21%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.60

 K value IS 0.10

RGB Variations

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

Color information

#E5485B (or 0xE5485B) is known color: Mandy. HEX triplet: E5, 48 and 5B. RGB value is (229,72,91). Sum of RGB (Red+Green+Blue) = 229+72+91=392 (51% of max value = 765). Red value is 229 (89.84% from 255 or 58.42% from 392); Green value is 72 (28.52% from 255 or 18.37% from 392); Blue value is 91 (35.94% from 255 or 23.21% from 392); Max value from RGB is 229 - color contains mainly: red. Hex color #E5485B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5485B is #1AB7A4. Grayscale: #797979. Windows color (decimal): -1750949 or 5982437. OLE color: 5982437.

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

Color convert

RGB 229 72 91 -
CMYK 0 0.69 0.60 0.10
HSL 352.74º 0.75% 0.59% -
HSV(B) 352.74º 0.69% 0.9% -
XYZ 36.52 22.05 12.23 -
YUV 121.11 111.01 204.96 -
System Red Green Blue C M Y K H S L
Decimal 229 72 91 0 0.69 0.60 0.10 352.74 0.75 0.59
Hex E5 48 5B 0 45 3C A 161 4B 3B
Octal 345 110 133 0 105 74 12 541 113 73
Binary 11100101 1001000 1011011 0 1000101 111100 1010 101100001 1001011 111011

Color Harmonies of #E5485B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5485B

Black with #E5485B

Text Example


Text Example

White with #E5485B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5485B; }

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

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

background-color css

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

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

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

border-color css

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

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

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