Html Css Color HEX #EF5650 Flamingo

📋 copy color: '#EF5650'

red 239 ◦ green 86 ◦ blue 80

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

Shades of Flamingo #EF5650

Tints of Flamingo #EF5650

RGB

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

 GREEN value IS 86 (33.98% from 255) = 21.23%

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

R = 59.01%
G = 21.23%
B = 19.75%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#EF5650 (or 0xEF5650) is known color: Flamingo. HEX triplet: EF, 56 and 50. RGB value is (239,86,80). Sum of RGB (Red+Green+Blue) = 239+86+80=405 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.01% from 405); Green value is 86 (33.98% from 255 or 21.23% from 405); Blue value is 80 (31.64% from 255 or 19.75% from 405); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5650 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF5650 is #10A9AF. Grayscale: #838383. Windows color (decimal): -1092016 or 5265135. OLE color: 5265135.

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

Color convert

RGB 239 86 80 -
CMYK 0 0.64 0.67 0.06
HSL 2.26º 0.83% 0.63% -
HSV(B) 2.26º 0.67% 0.94% -
XYZ 40.37 25.59 10.4 -
YUV 131.06 99.19 204.99 -
System Red Green Blue C M Y K H S L
Decimal 239 86 80 0 0.64 0.67 0.06 2.26 0.83 0.63
Hex EF 56 50 0 40 43 6 2 53 3F
Octal 357 126 120 0 100 103 6 2 123 77
Binary 11101111 1010110 1010000 0 1000000 1000011 110 10 1010011 111111

Color Harmonies of #EF5650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5650

Black with #EF5650

Text Example


Text Example

White with #EF5650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5650; }

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

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

background-color css

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

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

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

border-color css

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

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

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