Html Css Color HEX #E5525D Mandy

📋 copy color: '#E5525D'

red 229 ◦ green 82 ◦ blue 93

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

Shades of Mandy #E5525D

Tints of Mandy #E5525D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 20.3%

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

R = 56.68%
G = 20.3%
B = 23.02%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.59

 K value IS 0.10

RGB Variations

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

Color information

#E5525D (or 0xE5525D) is known color: Mandy. HEX triplet: E5, 52 and 5D. RGB value is (229,82,93). Sum of RGB (Red+Green+Blue) = 229+82+93=404 (53% of max value = 765). Red value is 229 (89.84% from 255 or 56.68% from 404); Green value is 82 (32.42% from 255 or 20.30% from 404); Blue value is 93 (36.72% from 255 or 23.02% from 404); Max value from RGB is 229 - color contains mainly: red. Hex color #E5525D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5525D is #1AADA2. Grayscale: #7F7F7F. Windows color (decimal): -1748387 or 6116069. OLE color: 6116069.

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

Color convert

RGB 229 82 93 -
CMYK 0 0.64 0.59 0.10
HSL 355.51º 0.74% 0.61% -
HSV(B) 355.51º 0.64% 0.9% -
XYZ 37.31 23.48 12.92 -
YUV 127.21 108.7 200.61 -
System Red Green Blue C M Y K H S L
Decimal 229 82 93 0 0.64 0.59 0.10 355.51 0.74 0.61
Hex E5 52 5D 0 40 3B A 164 4A 3D
Octal 345 122 135 0 100 73 12 544 112 75
Binary 11100101 1010010 1011101 0 1000000 111011 1010 101100100 1001010 111101

Color Harmonies of #E5525D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5525D

Black with #E5525D

Text Example


Text Example

White with #E5525D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5525D; }

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

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

background-color css

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

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

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

border-color css

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

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

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