Html Css Color HEX #ED5849 Flamingo

📋 copy color: '#ED5849'

red 237 ◦ green 88 ◦ blue 73

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

Shades of Flamingo #ED5849

Tints of Flamingo #ED5849

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22.11%

 BLUE value IS 73 (28.91% from 255) = 18.34%

R = 59.55%
G = 22.11%
B = 18.34%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#ED5849 (or 0xED5849) is known color: Flamingo. HEX triplet: ED, 58 and 49. RGB value is (237,88,73). Sum of RGB (Red+Green+Blue) = 237+88+73=398 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.55% from 398); Green value is 88 (34.77% from 255 or 22.11% from 398); Blue value is 73 (28.91% from 255 or 18.34% from 398); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5849 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED5849 is #12A7B6. Grayscale: #838383. Windows color (decimal): -1222583 or 4806893. OLE color: 4806893.

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

Color convert

RGB 237 88 73 -
CMYK 0 0.63 0.69 0.07
HSL 5.49º 0.82% 0.61% -
HSV(B) 5.49º 0.69% 0.93% -
XYZ 39.62 25.47 9.13 -
YUV 130.84 95.36 203.72 -
System Red Green Blue C M Y K H S L
Decimal 237 88 73 0 0.63 0.69 0.07 5.49 0.82 0.61
Hex ED 58 49 0 3F 45 7 5 52 3D
Octal 355 130 111 0 77 105 7 5 122 75
Binary 11101101 1011000 1001001 0 111111 1000101 111 101 1010010 111101

Color Harmonies of #ED5849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5849

Black with #ED5849

Text Example


Text Example

White with #ED5849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5849; }

 p { color: rgb(237,88,73); }

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

background-color css

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

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

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

border-color css

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

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

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