Html Css Color HEX #E0525C Mandy

📋 copy color: '#E0525C'

red 224 ◦ green 82 ◦ blue 92

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

Shades of Mandy #E0525C

Tints of Mandy #E0525C

RGB

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

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

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

R = 56.28%
G = 20.6%
B = 23.12%

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

#E0525C (or 0xE0525C) is known color: Mandy. HEX triplet: E0, 52 and 5C. RGB value is (224,82,92). Sum of RGB (Red+Green+Blue) = 224+82+92=398 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.28% from 398); Green value is 82 (32.42% from 255 or 20.60% from 398); Blue value is 92 (36.33% from 255 or 23.12% from 398); Max value from RGB is 224 - color contains mainly: red. Hex color #E0525C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0525C is #1FADA3. Grayscale: #7D7D7D. Windows color (decimal): -2076068 or 6050528. OLE color: 6050528.

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

Color convert

RGB 224 82 92 -
CMYK 0 0.63 0.59 0.12
HSL 355.77º 0.7% 0.6% -
HSV(B) 355.77º 0.63% 0.88% -
XYZ 35.69 22.65 12.62 -
YUV 125.6 109.04 198.19 -
System Red Green Blue C M Y K H S L
Decimal 224 82 92 0 0.63 0.59 0.12 355.77 0.7 0.6
Hex E0 52 5C 0 3F 3B C 164 46 3C
Octal 340 122 134 0 77 73 14 544 106 74
Binary 11100000 1010010 1011100 0 111111 111011 1100 101100100 1000110 111100

Color Harmonies of #E0525C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0525C

Black with #E0525C

Text Example


Text Example

White with #E0525C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0525C; }

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

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

background-color css

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

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

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

border-color css

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

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

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