Html Css Color HEX #ED5A49 Flamingo

📋 copy color: '#ED5A49'

red 237 ◦ green 90 ◦ blue 73

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

Shades of Flamingo #ED5A49

Tints of Flamingo #ED5A49

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.5%

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

R = 59.25%
G = 22.5%
B = 18.25%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#ED5A49 (or 0xED5A49) is known color: Flamingo. HEX triplet: ED, 5A and 49. RGB value is (237,90,73). Sum of RGB (Red+Green+Blue) = 237+90+73=400 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.25% from 400); Green value is 90 (35.55% from 255 or 22.5% from 400); Blue value is 73 (28.91% from 255 or 18.25% from 400); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5A49 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED5A49 is #12A5B6. Grayscale: #848484. Windows color (decimal): -1222071 or 4807405. OLE color: 4807405.

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

Color convert

RGB 237 90 73 -
CMYK 0 0.62 0.69 0.07
HSL 6.22º 0.82% 0.61% -
HSV(B) 6.22º 0.69% 0.93% -
XYZ 39.78 25.8 9.19 -
YUV 132.02 94.7 202.88 -
System Red Green Blue C M Y K H S L
Decimal 237 90 73 0 0.62 0.69 0.07 6.22 0.82 0.61
Hex ED 5A 49 0 3E 45 7 6 52 3D
Octal 355 132 111 0 76 105 7 6 122 75
Binary 11101101 1011010 1001001 0 111110 1000101 111 110 1010010 111101

Color Harmonies of #ED5A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5A49

Black with #ED5A49

Text Example


Text Example

White with #ED5A49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5A49; }

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

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

background-color css

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

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

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

border-color css

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

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

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