Html Css Color HEX #E8505F Mandy

📋 copy color: '#E8505F'

red 232 ◦ green 80 ◦ blue 95

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

Shades of Mandy #E8505F

Tints of Mandy #E8505F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 23.34%

R = 57%
G = 19.66%
B = 23.34%

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

#E8505F (or 0xE8505F) is known color: Mandy. HEX triplet: E8, 50 and 5F. RGB value is (232,80,95). Sum of RGB (Red+Green+Blue) = 232+80+95=407 (53% of max value = 765). Red value is 232 (91.02% from 255 or 57.00% from 407); Green value is 80 (31.64% from 255 or 19.66% from 407); Blue value is 95 (37.5% from 255 or 23.34% from 407); Max value from RGB is 232 - color contains mainly: red. Hex color #E8505F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E8505F is #17AFA0. Grayscale: #7F7F7F. Windows color (decimal): -1552289 or 6246632. OLE color: 6246632.

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

Color convert

RGB 232 80 95 -
CMYK 0 0.66 0.59 0.09
HSL 354.08º 0.77% 0.61% -
HSV(B) 354.08º 0.66% 0.91% -
XYZ 38.21 23.72 13.39 -
YUV 127.16 109.86 202.78 -
System Red Green Blue C M Y K H S L
Decimal 232 80 95 0 0.66 0.59 0.09 354.08 0.77 0.61
Hex E8 50 5F 0 42 3B 9 162 4D 3D
Octal 350 120 137 0 102 73 11 542 115 75
Binary 11101000 1010000 1011111 0 1000010 111011 1001 101100010 1001101 111101

Color Harmonies of #E8505F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8505F

Black with #E8505F

Text Example


Text Example

White with #E8505F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8505F; }

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

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

background-color css

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

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

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

border-color css

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

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

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