Html Css Color HEX #EF5B50 Flamingo

📋 copy color: '#EF5B50'

red 239 ◦ green 91 ◦ blue 80

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

Shades of Flamingo #EF5B50

Tints of Flamingo #EF5B50

RGB

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

 GREEN value IS 91 (35.94% from 255) = 22.2%

 BLUE value IS 80 (31.64% from 255) = 19.51%

R = 58.29%
G = 22.2%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#EF5B50 (or 0xEF5B50) is known color: Flamingo. HEX triplet: EF, 5B and 50. RGB value is (239,91,80). Sum of RGB (Red+Green+Blue) = 239+91+80=410 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.29% from 410); Green value is 91 (35.94% from 255 or 22.20% from 410); Blue value is 80 (31.64% from 255 or 19.51% from 410); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5B50 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF5B50 is #10A4AF. Grayscale: #868686. Windows color (decimal): -1090736 or 5266415. OLE color: 5266415.

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

Color convert

RGB 239 91 80 -
CMYK 0 0.62 0.67 0.06
HSL 4.15º 0.83% 0.63% -
HSV(B) 4.15º 0.67% 0.94% -
XYZ 40.79 26.41 10.54 -
YUV 134 97.53 202.89 -
System Red Green Blue C M Y K H S L
Decimal 239 91 80 0 0.62 0.67 0.06 4.15 0.83 0.63
Hex EF 5B 50 0 3E 43 6 4 53 3F
Octal 357 133 120 0 76 103 6 4 123 77
Binary 11101111 1011011 1010000 0 111110 1000011 110 100 1010011 111111

Color Harmonies of #EF5B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5B50

Black with #EF5B50

Text Example


Text Example

White with #EF5B50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5B50; }

 p { color: rgb(239,91,80); }

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

background-color css

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

 a { background-color: rgb(239,91,80); }

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

border-color css

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

 span { border-color: rgb(239,91,80); }

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