Html Css Color HEX #ED5E56 Flamingo

📋 copy color: '#ED5E56'

red 237 ◦ green 94 ◦ blue 86

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

Shades of Flamingo #ED5E56

Tints of Flamingo #ED5E56

RGB

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

 GREEN value IS 94 (37.11% from 255) = 22.54%

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

R = 56.83%
G = 22.54%
B = 20.62%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#ED5E56 (or 0xED5E56) is known color: Flamingo. HEX triplet: ED, 5E and 56. RGB value is (237,94,86). Sum of RGB (Red+Green+Blue) = 237+94+86=417 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.83% from 417); Green value is 94 (37.11% from 255 or 22.54% from 417); Blue value is 86 (33.98% from 255 or 20.62% from 417); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5E56 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED5E56 is #12A1A9. Grayscale: #888888. Windows color (decimal): -1221034 or 5660397. OLE color: 5660397.

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

Color convert

RGB 237 94 86 -
CMYK 0 0.60 0.64 0.07
HSL 3.18º 0.81% 0.63% -
HSV(B) 3.18º 0.64% 0.93% -
XYZ 40.61 26.68 11.81 -
YUV 135.85 99.88 200.15 -
System Red Green Blue C M Y K H S L
Decimal 237 94 86 0 0.60 0.64 0.07 3.18 0.81 0.63
Hex ED 5E 56 0 3C 40 7 3 51 3F
Octal 355 136 126 0 74 100 7 3 121 77
Binary 11101101 1011110 1010110 0 111100 1000000 111 11 1010001 111111

Color Harmonies of #ED5E56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5E56

Black with #ED5E56

Text Example


Text Example

White with #ED5E56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5E56; }

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

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

background-color css

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

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

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

border-color css

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

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

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