Html Css Color HEX #ED6059 Flamingo

📋 copy color: '#ED6059'

red 237 ◦ green 96 ◦ blue 89

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

Shades of Flamingo #ED6059

Tints of Flamingo #ED6059

RGB

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

 GREEN value IS 96 (37.89% from 255) = 22.75%

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

R = 56.16%
G = 22.75%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#ED6059 (or 0xED6059) is known color: Flamingo. HEX triplet: ED, 60 and 59. RGB value is (237,96,89). Sum of RGB (Red+Green+Blue) = 237+96+89=422 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.16% from 422); Green value is 96 (37.89% from 255 or 22.75% from 422); Blue value is 89 (35.16% from 255 or 21.09% from 422); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6059 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED6059 is #129FA6. Grayscale: #898989. Windows color (decimal): -1220519 or 5857517. OLE color: 5857517.

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

Color convert

RGB 237 96 89 -
CMYK 0 0.59 0.62 0.07
HSL 2.84º 0.8% 0.64% -
HSV(B) 2.84º 0.62% 0.93% -
XYZ 40.91 27.09 12.52 -
YUV 137.36 100.71 199.07 -
System Red Green Blue C M Y K H S L
Decimal 237 96 89 0 0.59 0.62 0.07 2.84 0.8 0.64
Hex ED 60 59 0 3B 3E 7 3 50 40
Octal 355 140 131 0 73 76 7 3 120 100
Binary 11101101 1100000 1011001 0 111011 111110 111 11 1010000 1000000

Color Harmonies of #ED6059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6059

Black with #ED6059

Text Example


Text Example

White with #ED6059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6059; }

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

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

background-color css

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

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

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

border-color css

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

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

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