Html Css Color HEX #ED5156 Mandy

📋 copy color: '#ED5156'

red 237 ◦ green 81 ◦ blue 86

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

Shades of Mandy #ED5156

Tints of Mandy #ED5156

RGB

 RED value IS 237 (92.97% from 255) = 58.66%

 GREEN value IS 81 (32.03% from 255) = 20.05%

 BLUE value IS 86 (33.98% from 255) = 21.29%

R = 58.66%
G = 20.05%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#ED5156 (or 0xED5156) is known color: Mandy. HEX triplet: ED, 51 and 56. RGB value is (237,81,86). Sum of RGB (Red+Green+Blue) = 237+81+86=404 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.66% from 404); Green value is 81 (32.03% from 255 or 20.05% from 404); Blue value is 86 (33.98% from 255 or 21.29% from 404); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5156 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED5156 is #12AEA9. Grayscale: #808080. Windows color (decimal): -1224362 or 5657069. OLE color: 5657069.

HSL color Cylindrical-coordinate representation of color #ED5156: hue angle of 358.08º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ED5156 is Cyan = 0, Magento = 0.66, Yellow = 0.64 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 81 86 -
CMYK 0 0.66 0.64 0.07
HSL 358.08º 0.81% 0.62% -
HSV(B) 358.08º 0.66% 0.93% -
XYZ 39.55 24.56 11.46 -
YUV 128.21 104.18 205.59 -
System Red Green Blue C M Y K H S L
Decimal 237 81 86 0 0.66 0.64 0.07 358.08 0.81 0.62
Hex ED 51 56 0 42 40 7 166 51 3E
Octal 355 121 126 0 102 100 7 546 121 76
Binary 11101101 1010001 1010110 0 1000010 1000000 111 101100110 1010001 111110

Color Harmonies of #ED5156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5156

Black with #ED5156

Text Example


Text Example

White with #ED5156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5156; }

 p { color: rgb(237,81,86); }

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

background-color css

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

 a { background-color: rgb(237,81,86); }

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

border-color css

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

 span { border-color: rgb(237,81,86); }

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