Html Css Color HEX #E0525E Mandy

📋 copy color: '#E0525E'

red 224 ◦ green 82 ◦ blue 94

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

Shades of Mandy #E0525E

Tints of Mandy #E0525E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 23.5%

R = 56%
G = 20.5%
B = 23.5%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.58

 K value IS 0.12

RGB Variations

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

Color information

#E0525E (or 0xE0525E) is known color: Mandy. HEX triplet: E0, 52 and 5E. RGB value is (224,82,94). Sum of RGB (Red+Green+Blue) = 224+82+94=400 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56% from 400); Green value is 82 (32.42% from 255 or 20.5% from 400); Blue value is 94 (37.11% from 255 or 23.5% from 400); Max value from RGB is 224 - color contains mainly: red. Hex color #E0525E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0525E is #1FADA1. Grayscale: #7D7D7D. Windows color (decimal): -2076066 or 6181600. OLE color: 6181600.

HSL color Cylindrical-coordinate representation of color #E0525E: hue angle of 354.93º 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 #E0525E is Cyan = 0, Magento = 0.63, Yellow = 0.58 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 82 94 -
CMYK 0 0.63 0.58 0.12
HSL 354.93º 0.7% 0.6% -
HSV(B) 354.93º 0.63% 0.88% -
XYZ 35.78 22.69 13.08 -
YUV 125.83 110.04 198.02 -
System Red Green Blue C M Y K H S L
Decimal 224 82 94 0 0.63 0.58 0.12 354.93 0.7 0.6
Hex E0 52 5E 0 3F 3A C 163 46 3C
Octal 340 122 136 0 77 72 14 543 106 74
Binary 11100000 1010010 1011110 0 111111 111010 1100 101100011 1000110 111100

Color Harmonies of #E0525E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0525E

Black with #E0525E

Text Example


Text Example

White with #E0525E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0525E; }

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

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

background-color css

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

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

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

border-color css

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

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

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