Html Css Color HEX #EF5E48 Flamingo

📋 copy color: '#EF5E48'

red 239 ◦ green 94 ◦ blue 72

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

Shades of Flamingo #EF5E48

Tints of Flamingo #EF5E48

RGB

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

 GREEN value IS 94 (37.11% from 255) = 23.21%

 BLUE value IS 72 (28.52% from 255) = 17.78%

R = 59.01%
G = 23.21%
B = 17.78%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.70

 K value IS 0.06

RGB Variations

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

Color information

#EF5E48 (or 0xEF5E48) is known color: Flamingo. HEX triplet: EF, 5E and 48. RGB value is (239,94,72). Sum of RGB (Red+Green+Blue) = 239+94+72=405 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.01% from 405); Green value is 94 (37.11% from 255 or 23.21% from 405); Blue value is 72 (28.52% from 255 or 17.78% from 405); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5E48 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF5E48 is #10A1B7. Grayscale: #878787. Windows color (decimal): -1089976 or 4742895. OLE color: 4742895.

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

Color convert

RGB 239 94 72 -
CMYK 0 0.61 0.70 0.06
HSL 7.9º 0.84% 0.61% -
HSV(B) 7.9º 0.7% 0.94% -
XYZ 40.77 26.82 9.16 -
YUV 134.85 92.54 202.29 -
System Red Green Blue C M Y K H S L
Decimal 239 94 72 0 0.61 0.70 0.06 7.9 0.84 0.61
Hex EF 5E 48 0 3D 46 6 8 54 3D
Octal 357 136 110 0 75 106 6 10 124 75
Binary 11101111 1011110 1001000 0 111101 1000110 110 1000 1010100 111101

Color Harmonies of #EF5E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5E48

Black with #EF5E48

Text Example


Text Example

White with #EF5E48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5E48; }

 p { color: rgb(239,94,72); }

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

background-color css

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

 a { background-color: rgb(239,94,72); }

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

border-color css

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

 span { border-color: rgb(239,94,72); }

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