Html Css Color HEX #E5485F Mandy

📋 copy color: '#E5485F'

red 229 ◦ green 72 ◦ blue 95

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

Shades of Mandy #E5485F

Tints of Mandy #E5485F

RGB

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

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

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

R = 57.83%
G = 18.18%
B = 23.99%

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

#E5485F (or 0xE5485F) is known color: Mandy. HEX triplet: E5, 48 and 5F. RGB value is (229,72,95). Sum of RGB (Red+Green+Blue) = 229+72+95=396 (52% of max value = 765). Red value is 229 (89.84% from 255 or 57.83% from 396); Green value is 72 (28.52% from 255 or 18.18% from 396); Blue value is 95 (37.5% from 255 or 23.99% from 396); Max value from RGB is 229 - color contains mainly: red. Hex color #E5485F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5485F is #1AB7A0. Grayscale: #797979. Windows color (decimal): -1750945 or 6244581. OLE color: 6244581.

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

Color convert

RGB 229 72 95 -
CMYK 0 0.69 0.59 0.10
HSL 351.21º 0.75% 0.59% -
HSV(B) 351.21º 0.69% 0.9% -
XYZ 36.7 22.12 13.16 -
YUV 121.57 113.01 204.63 -
System Red Green Blue C M Y K H S L
Decimal 229 72 95 0 0.69 0.59 0.10 351.21 0.75 0.59
Hex E5 48 5F 0 45 3B A 15F 4B 3B
Octal 345 110 137 0 105 73 12 537 113 73
Binary 11100101 1001000 1011111 0 1000101 111011 1010 101011111 1001011 111011

Color Harmonies of #E5485F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5485F

Black with #E5485F

Text Example


Text Example

White with #E5485F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5485F; }

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

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

background-color css

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

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

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

border-color css

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

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

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