Html Css Color HEX #E0525B Mandy

📋 copy color: '#E0525B'

red 224 ◦ green 82 ◦ blue 91

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

Shades of Mandy #E0525B

Tints of Mandy #E0525B

RGB

 RED value IS 224 (87.89% from 255) = 56.42%

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

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

R = 56.42%
G = 20.65%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.59

 K value IS 0.12

RGB Variations

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

Color information

#E0525B (or 0xE0525B) is known color: Mandy. HEX triplet: E0, 52 and 5B. RGB value is (224,82,91). Sum of RGB (Red+Green+Blue) = 224+82+91=397 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.42% from 397); Green value is 82 (32.42% from 255 or 20.65% from 397); Blue value is 91 (35.94% from 255 or 22.92% from 397); Max value from RGB is 224 - color contains mainly: red. Hex color #E0525B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0525B is #1FADA4. Grayscale: #7D7D7D. Windows color (decimal): -2076069 or 5984992. OLE color: 5984992.

HSL color Cylindrical-coordinate representation of color #E0525B: hue angle of 356.2º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E0525B is Cyan = 0, Magento = 0.63, Yellow = 0.59 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 82 91 -
CMYK 0 0.63 0.59 0.12
HSL 356.2º 0.7% 0.6% -
HSV(B) 356.2º 0.63% 0.88% -
XYZ 35.65 22.64 12.39 -
YUV 125.48 108.54 198.27 -
System Red Green Blue C M Y K H S L
Decimal 224 82 91 0 0.63 0.59 0.12 356.2 0.7 0.6
Hex E0 52 5B 0 3F 3B C 164 46 3C
Octal 340 122 133 0 77 73 14 544 106 74
Binary 11100000 1010010 1011011 0 111111 111011 1100 101100100 1000110 111100

Color Harmonies of #E0525B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0525B

Black with #E0525B

Text Example


Text Example

White with #E0525B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0525B; }

 p { color: rgb(224,82,91); }

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

background-color css

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

 a { background-color: rgb(224,82,91); }

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

border-color css

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

 span { border-color: rgb(224,82,91); }

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