Html Css Color HEX #EF5950 Flamingo

📋 copy color: '#EF5950'

red 239 ◦ green 89 ◦ blue 80

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

Shades of Flamingo #EF5950

Tints of Flamingo #EF5950

RGB

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

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

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

R = 58.58%
G = 21.81%
B = 19.61%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#EF5950 (or 0xEF5950) is known color: Flamingo. HEX triplet: EF, 59 and 50. RGB value is (239,89,80). Sum of RGB (Red+Green+Blue) = 239+89+80=408 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.58% from 408); Green value is 89 (35.16% from 255 or 21.81% from 408); Blue value is 80 (31.64% from 255 or 19.61% from 408); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5950 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF5950 is #10A6AF. Grayscale: #858585. Windows color (decimal): -1091248 or 5265903. OLE color: 5265903.

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

Color convert

RGB 239 89 80 -
CMYK 0 0.63 0.67 0.06
HSL 3.4º 0.83% 0.63% -
HSV(B) 3.4º 0.67% 0.94% -
XYZ 40.62 26.07 10.48 -
YUV 132.82 98.2 203.73 -
System Red Green Blue C M Y K H S L
Decimal 239 89 80 0 0.63 0.67 0.06 3.4 0.83 0.63
Hex EF 59 50 0 3F 43 6 3 53 3F
Octal 357 131 120 0 77 103 6 3 123 77
Binary 11101111 1011001 1010000 0 111111 1000011 110 11 1010011 111111

Color Harmonies of #EF5950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5950

Black with #EF5950

Text Example


Text Example

White with #EF5950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5950; }

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

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

background-color css

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

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

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

border-color css

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

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

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