Html Css Color HEX #EF5949 Flamingo

📋 copy color: '#EF5949'

red 239 ◦ green 89 ◦ blue 73

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

Shades of Flamingo #EF5949

Tints of Flamingo #EF5949

RGB

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

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

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

R = 59.6%
G = 22.19%
B = 18.2%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#EF5949 (or 0xEF5949) is known color: Flamingo. HEX triplet: EF, 59 and 49. RGB value is (239,89,73). Sum of RGB (Red+Green+Blue) = 239+89+73=401 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.60% from 401); Green value is 89 (35.16% from 255 or 22.19% from 401); Blue value is 73 (28.91% from 255 or 18.20% from 401); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5949 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF5949 is #10A6B6. Grayscale: #848484. Windows color (decimal): -1091255 or 4807151. OLE color: 4807151.

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

Color convert

RGB 239 89 73 -
CMYK 0 0.63 0.69 0.06
HSL 5.78º 0.84% 0.61% -
HSV(B) 5.78º 0.69% 0.94% -
XYZ 40.37 25.98 9.19 -
YUV 132.03 94.7 204.3 -
System Red Green Blue C M Y K H S L
Decimal 239 89 73 0 0.63 0.69 0.06 5.78 0.84 0.61
Hex EF 59 49 0 3F 45 6 6 54 3D
Octal 357 131 111 0 77 105 6 6 124 75
Binary 11101111 1011001 1001001 0 111111 1000101 110 110 1010100 111101

Color Harmonies of #EF5949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5949

Black with #EF5949

Text Example


Text Example

White with #EF5949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5949; }

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

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

background-color css

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

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

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

border-color css

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

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

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