Html Css Color HEX #E8525A Mandy

📋 copy color: '#E8525A'

red 232 ◦ green 82 ◦ blue 90

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

Shades of Mandy #E8525A

Tints of Mandy #E8525A

RGB

 RED value IS 232 (91.02% from 255) = 57.43%

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

 BLUE value IS 90 (35.55% from 255) = 22.28%

R = 57.43%
G = 20.3%
B = 22.28%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.61

 K value IS 0.09

RGB Variations

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

Color information

#E8525A (or 0xE8525A) is known color: Mandy. HEX triplet: E8, 52 and 5A. RGB value is (232,82,90). Sum of RGB (Red+Green+Blue) = 232+82+90=404 (53% of max value = 765). Red value is 232 (91.02% from 255 or 57.43% from 404); Green value is 82 (32.42% from 255 or 20.30% from 404); Blue value is 90 (35.55% from 255 or 22.28% from 404); Max value from RGB is 232 - color contains mainly: red. Hex color #E8525A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E8525A is #17ADA5. Grayscale: #7F7F7F. Windows color (decimal): -1551782 or 5919464. OLE color: 5919464.

HSL color Cylindrical-coordinate representation of color #E8525A: hue angle of 356.8º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E8525A is Cyan = 0, Magento = 0.65, Yellow = 0.61 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 82 90 -
CMYK 0 0.65 0.61 0.09
HSL 356.8º 0.77% 0.62% -
HSV(B) 356.8º 0.65% 0.91% -
XYZ 38.14 23.93 12.28 -
YUV 127.76 106.7 202.35 -
System Red Green Blue C M Y K H S L
Decimal 232 82 90 0 0.65 0.61 0.09 356.8 0.77 0.62
Hex E8 52 5A 0 41 3D 9 165 4D 3E
Octal 350 122 132 0 101 75 11 545 115 76
Binary 11101000 1010010 1011010 0 1000001 111101 1001 101100101 1001101 111110

Color Harmonies of #E8525A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8525A

Black with #E8525A

Text Example


Text Example

White with #E8525A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8525A; }

 p { color: rgb(232,82,90); }

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

background-color css

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

 a { background-color: rgb(232,82,90); }

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

border-color css

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

 span { border-color: rgb(232,82,90); }

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