Html Css Color HEX #EF5A47 Flamingo

📋 copy color: '#EF5A47'

red 239 ◦ green 90 ◦ blue 71

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

Shades of Flamingo #EF5A47

Tints of Flamingo #EF5A47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 17.75%

R = 59.75%
G = 22.5%
B = 17.75%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.70

 K value IS 0.06

RGB Variations

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

Color information

#EF5A47 (or 0xEF5A47) is known color: Flamingo. HEX triplet: EF, 5A and 47. RGB value is (239,90,71). Sum of RGB (Red+Green+Blue) = 239+90+71=400 (52% of max value = 765). Red value is 239 (93.75% from 255 or 59.75% from 400); Green value is 90 (35.55% from 255 or 22.5% from 400); Blue value is 71 (28.12% from 255 or 17.75% from 400); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5A47 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF5A47 is #10A5B8. Grayscale: #848484. Windows color (decimal): -1091001 or 4676335. OLE color: 4676335.

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

Color convert

RGB 239 90 71 -
CMYK 0 0.62 0.70 0.06
HSL 6.79º 0.84% 0.61% -
HSV(B) 6.79º 0.7% 0.94% -
XYZ 40.39 26.12 8.87 -
YUV 132.39 93.36 204.04 -
System Red Green Blue C M Y K H S L
Decimal 239 90 71 0 0.62 0.70 0.06 6.79 0.84 0.61
Hex EF 5A 47 0 3E 46 6 7 54 3D
Octal 357 132 107 0 76 106 6 7 124 75
Binary 11101111 1011010 1000111 0 111110 1000110 110 111 1010100 111101

Color Harmonies of #EF5A47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5A47

Black with #EF5A47

Text Example


Text Example

White with #EF5A47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5A47; }

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

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

background-color css

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

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

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

border-color css

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

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

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