Html Css Color HEX #ED5756 Flamingo

📋 copy color: '#ED5756'

red 237 ◦ green 87 ◦ blue 86

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

Shades of Flamingo #ED5756

Tints of Flamingo #ED5756

RGB

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

 GREEN value IS 87 (34.38% from 255) = 21.22%

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

R = 57.8%
G = 21.22%
B = 20.98%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#ED5756 (or 0xED5756) is known color: Flamingo. HEX triplet: ED, 57 and 56. RGB value is (237,87,86). Sum of RGB (Red+Green+Blue) = 237+87+86=410 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.80% from 410); Green value is 87 (34.38% from 255 or 21.22% from 410); Blue value is 86 (33.98% from 255 or 20.98% from 410); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5756 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED5756 is #12A8A9. Grayscale: #838383. Windows color (decimal): -1222826 or 5658605. OLE color: 5658605.

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

Color convert

RGB 237 87 86 -
CMYK 0 0.63 0.64 0.07
HSL 0.4º 0.81% 0.63% -
HSV(B) 0.4º 0.64% 0.93% -
XYZ 40.01 25.49 11.62 -
YUV 131.74 102.2 203.08 -
System Red Green Blue C M Y K H S L
Decimal 237 87 86 0 0.63 0.64 0.07 0.4 0.81 0.63
Hex ED 57 56 0 3F 40 7 0 51 3F
Octal 355 127 126 0 77 100 7 0 121 77
Binary 11101101 1010111 1010110 0 111111 1000000 111 0 1010001 111111

Color Harmonies of #ED5756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5756

Black with #ED5756

Text Example


Text Example

White with #ED5756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5756; }

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

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

background-color css

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

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

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

border-color css

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

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

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