Html Css Color HEX #ED5959 Flamingo

📋 copy color: '#ED5959'

red 237 ◦ green 89 ◦ blue 89

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

Shades of Flamingo #ED5959

Tints of Flamingo #ED5959

RGB

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

 GREEN value IS 89 (35.16% from 255) = 21.45%

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

R = 57.11%
G = 21.45%
B = 21.45%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#ED5959 (or 0xED5959) is known color: Flamingo. HEX triplet: ED, 59 and 59. RGB value is (237,89,89). Sum of RGB (Red+Green+Blue) = 237+89+89=415 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.11% from 415); Green value is 89 (35.16% from 255 or 21.45% from 415); Blue value is 89 (35.16% from 255 or 21.45% from 415); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5959 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED5959 is #12A6A6. Grayscale: #858585. Windows color (decimal): -1222311 or 5855725. OLE color: 5855725.

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

Color convert

RGB 237 89 89 -
CMYK 0 0.62 0.62 0.07
HSL 0.8% 0.64% -
HSV(B) 0.62% 0.93% -
XYZ 40.3 25.87 12.32 -
YUV 133.25 103.03 202 -
System Red Green Blue C M Y K H S L
Decimal 237 89 89 0 0.62 0.62 0.07 0 0.8 0.64
Hex ED 59 59 0 3E 3E 7 0 50 40
Octal 355 131 131 0 76 76 7 0 120 100
Binary 11101101 1011001 1011001 0 111110 111110 111 0 1010000 1000000

Color Harmonies of #ED5959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5959

Black with #ED5959

Text Example


Text Example

White with #ED5959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5959; }

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

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

background-color css

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

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

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

border-color css

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

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

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