Html Css Color HEX #EF5A49 Flamingo

📋 copy color: '#EF5A49'

red 239 ◦ green 90 ◦ blue 73

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

Shades of Flamingo #EF5A49

Tints of Flamingo #EF5A49

RGB

 RED value IS 239 (93.75% from 255) = 59.45%

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

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

R = 59.45%
G = 22.39%
B = 18.16%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#EF5A49 (or 0xEF5A49) is known color: Flamingo. HEX triplet: EF, 5A and 49. RGB value is (239,90,73). Sum of RGB (Red+Green+Blue) = 239+90+73=402 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.45% from 402); Green value is 90 (35.55% from 255 or 22.39% from 402); Blue value is 73 (28.91% from 255 or 18.16% from 402); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5A49 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF5A49 is #10A5B6. Grayscale: #848484. Windows color (decimal): -1090999 or 4807407. OLE color: 4807407.

HSL color Cylindrical-coordinate representation of color #EF5A49: hue angle of 6.14º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EF5A49 is Cyan = 0, Magento = 0.62, Yellow = 0.69 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 90 73 -
CMYK 0 0.62 0.69 0.06
HSL 6.14º 0.84% 0.61% -
HSV(B) 6.14º 0.69% 0.94% -
XYZ 40.46 26.14 9.22 -
YUV 132.61 94.36 203.88 -
System Red Green Blue C M Y K H S L
Decimal 239 90 73 0 0.62 0.69 0.06 6.14 0.84 0.61
Hex EF 5A 49 0 3E 45 6 6 54 3D
Octal 357 132 111 0 76 105 6 6 124 75
Binary 11101111 1011010 1001001 0 111110 1000101 110 110 1010100 111101

Color Harmonies of #EF5A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5A49

Black with #EF5A49

Text Example


Text Example

White with #EF5A49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5A49; }

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

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

background-color css

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

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

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

border-color css

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

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

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