Html Css Color HEX #E8505D Mandy

📋 copy color: '#E8505D'

red 232 ◦ green 80 ◦ blue 93

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

Shades of Mandy #E8505D

Tints of Mandy #E8505D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 22.96%

R = 57.28%
G = 19.75%
B = 22.96%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.60

 K value IS 0.09

RGB Variations

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

Color information

#E8505D (or 0xE8505D) is known color: Mandy. HEX triplet: E8, 50 and 5D. RGB value is (232,80,93). Sum of RGB (Red+Green+Blue) = 232+80+93=405 (53% of max value = 765). Red value is 232 (91.02% from 255 or 57.28% from 405); Green value is 80 (31.64% from 255 or 19.75% from 405); Blue value is 93 (36.72% from 255 or 22.96% from 405); Max value from RGB is 232 - color contains mainly: red. Hex color #E8505D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E8505D is #17AFA2. Grayscale: #7F7F7F. Windows color (decimal): -1552291 or 6115560. OLE color: 6115560.

HSL color Cylindrical-coordinate representation of color #E8505D: hue angle of 354.87º 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 #E8505D is Cyan = 0, Magento = 0.66, Yellow = 0.60 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 80 93 -
CMYK 0 0.66 0.60 0.09
HSL 354.87º 0.77% 0.61% -
HSV(B) 354.87º 0.66% 0.91% -
XYZ 38.12 23.68 12.92 -
YUV 126.93 108.86 202.94 -
System Red Green Blue C M Y K H S L
Decimal 232 80 93 0 0.66 0.60 0.09 354.87 0.77 0.61
Hex E8 50 5D 0 42 3C 9 163 4D 3D
Octal 350 120 135 0 102 74 11 543 115 75
Binary 11101000 1010000 1011101 0 1000010 111100 1001 101100011 1001101 111101

Color Harmonies of #E8505D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8505D

Black with #E8505D

Text Example


Text Example

White with #E8505D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8505D; }

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

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

background-color css

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

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

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

border-color css

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

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

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