Html Css Color HEX #E5485C Mandy

📋 copy color: '#E5485C'

red 229 ◦ green 72 ◦ blue 92

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

Shades of Mandy #E5485C

Tints of Mandy #E5485C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 23.41%

R = 58.27%
G = 18.32%
B = 23.41%

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

#E5485C (or 0xE5485C) is known color: Mandy. HEX triplet: E5, 48 and 5C. RGB value is (229,72,92). Sum of RGB (Red+Green+Blue) = 229+72+92=393 (52% of max value = 765). Red value is 229 (89.84% from 255 or 58.27% from 393); Green value is 72 (28.52% from 255 or 18.32% from 393); Blue value is 92 (36.33% from 255 or 23.41% from 393); Max value from RGB is 229 - color contains mainly: red. Hex color #E5485C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5485C is #1AB7A3. Grayscale: #797979. Windows color (decimal): -1750948 or 6047973. OLE color: 6047973.

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

Color convert

RGB 229 72 92 -
CMYK 0 0.69 0.60 0.10
HSL 352.36º 0.75% 0.59% -
HSV(B) 352.36º 0.69% 0.9% -
XYZ 36.56 22.07 12.46 -
YUV 121.22 111.51 204.87 -
System Red Green Blue C M Y K H S L
Decimal 229 72 92 0 0.69 0.60 0.10 352.36 0.75 0.59
Hex E5 48 5C 0 45 3C A 160 4B 3B
Octal 345 110 134 0 105 74 12 540 113 73
Binary 11100101 1001000 1011100 0 1000101 111100 1010 101100000 1001011 111011

Color Harmonies of #E5485C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5485C

Black with #E5485C

Text Example


Text Example

White with #E5485C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5485C; }

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

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

background-color css

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

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

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

border-color css

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

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

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