Html Css Color HEX #ED5E59 Flamingo

📋 copy color: '#ED5E59'

red 237 ◦ green 94 ◦ blue 89

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

Shades of Flamingo #ED5E59

Tints of Flamingo #ED5E59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 21.19%

R = 56.43%
G = 22.38%
B = 21.19%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#ED5E59 (or 0xED5E59) is known color: Flamingo. HEX triplet: ED, 5E and 59. RGB value is (237,94,89). Sum of RGB (Red+Green+Blue) = 237+94+89=420 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.43% from 420); Green value is 94 (37.11% from 255 or 22.38% from 420); Blue value is 89 (35.16% from 255 or 21.19% from 420); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5E59 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED5E59 is #12A1A6. Grayscale: #888888. Windows color (decimal): -1221031 or 5857005. OLE color: 5857005.

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

Color convert

RGB 237 94 89 -
CMYK 0 0.60 0.62 0.07
HSL 2.03º 0.8% 0.64% -
HSV(B) 2.03º 0.62% 0.93% -
XYZ 40.73 26.73 12.46 -
YUV 136.19 101.38 199.91 -
System Red Green Blue C M Y K H S L
Decimal 237 94 89 0 0.60 0.62 0.07 2.03 0.8 0.64
Hex ED 5E 59 0 3C 3E 7 2 50 40
Octal 355 136 131 0 74 76 7 2 120 100
Binary 11101101 1011110 1011001 0 111100 111110 111 10 1010000 1000000

Color Harmonies of #ED5E59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5E59

Black with #ED5E59

Text Example


Text Example

White with #ED5E59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5E59; }

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

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

background-color css

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

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

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

border-color css

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

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

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