Html Css Color HEX #E8505E Mandy

📋 copy color: '#E8505E'

red 232 ◦ green 80 ◦ blue 94

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

Shades of Mandy #E8505E

Tints of Mandy #E8505E

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.7%

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

R = 57.14%
G = 19.7%
B = 23.15%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.59

 K value IS 0.09

RGB Variations

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

Color information

#E8505E (or 0xE8505E) is known color: Mandy. HEX triplet: E8, 50 and 5E. RGB value is (232,80,94). Sum of RGB (Red+Green+Blue) = 232+80+94=406 (53% of max value = 765). Red value is 232 (91.02% from 255 or 57.14% from 406); Green value is 80 (31.64% from 255 or 19.70% from 406); Blue value is 94 (37.11% from 255 or 23.15% from 406); Max value from RGB is 232 - color contains mainly: red. Hex color #E8505E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E8505E is #17AFA1. Grayscale: #7F7F7F. Windows color (decimal): -1552290 or 6181096. OLE color: 6181096.

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

Color convert

RGB 232 80 94 -
CMYK 0 0.66 0.59 0.09
HSL 354.47º 0.77% 0.61% -
HSV(B) 354.47º 0.66% 0.91% -
XYZ 38.17 23.7 13.15 -
YUV 127.04 109.36 202.86 -
System Red Green Blue C M Y K H S L
Decimal 232 80 94 0 0.66 0.59 0.09 354.47 0.77 0.61
Hex E8 50 5E 0 42 3B 9 162 4D 3D
Octal 350 120 136 0 102 73 11 542 115 75
Binary 11101000 1010000 1011110 0 1000010 111011 1001 101100010 1001101 111101

Color Harmonies of #E8505E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8505E

Black with #E8505E

Text Example


Text Example

White with #E8505E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8505E; }

 p { color: rgb(232,80,94); }

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

background-color css

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

 a { background-color: rgb(232,80,94); }

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

border-color css

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

 span { border-color: rgb(232,80,94); }

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