Html Css Color HEX #ED5256 Mandy

📋 copy color: '#ED5256'

red 237 ◦ green 82 ◦ blue 86

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

Shades of Mandy #ED5256

Tints of Mandy #ED5256

RGB

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

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

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

R = 58.52%
G = 20.25%
B = 21.23%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#ED5256 (or 0xED5256) is known color: Mandy. HEX triplet: ED, 52 and 56. RGB value is (237,82,86). Sum of RGB (Red+Green+Blue) = 237+82+86=405 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.52% from 405); Green value is 82 (32.42% from 255 or 20.25% from 405); Blue value is 86 (33.98% from 255 or 21.23% from 405); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5256 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED5256 is #12ADA9. Grayscale: #808080. Windows color (decimal): -1224106 or 5657325. OLE color: 5657325.

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

Color convert

RGB 237 82 86 -
CMYK 0 0.65 0.64 0.07
HSL 358.45º 0.81% 0.63% -
HSV(B) 358.45º 0.65% 0.93% -
XYZ 39.62 24.71 11.49 -
YUV 128.8 103.85 205.17 -
System Red Green Blue C M Y K H S L
Decimal 237 82 86 0 0.65 0.64 0.07 358.45 0.81 0.63
Hex ED 52 56 0 41 40 7 166 51 3F
Octal 355 122 126 0 101 100 7 546 121 77
Binary 11101101 1010010 1010110 0 1000001 1000000 111 101100110 1010001 111111

Color Harmonies of #ED5256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5256

Black with #ED5256

Text Example


Text Example

White with #ED5256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5256; }

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

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

background-color css

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

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

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

border-color css

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

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

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