Html Css Color HEX #EF6050 Flamingo

📋 copy color: '#EF6050'

red 239 ◦ green 96 ◦ blue 80

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

Shades of Flamingo #EF6050

Tints of Flamingo #EF6050

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.13%

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

R = 57.59%
G = 23.13%
B = 19.28%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#EF6050 (or 0xEF6050) is known color: Flamingo. HEX triplet: EF, 60 and 50. RGB value is (239,96,80). Sum of RGB (Red+Green+Blue) = 239+96+80=415 (54% of max value = 765). Red value is 239 (93.75% from 255 or 57.59% from 415); Green value is 96 (37.89% from 255 or 23.13% from 415); Blue value is 80 (31.64% from 255 or 19.28% from 415); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6050 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF6050 is #109FAF. Grayscale: #898989. Windows color (decimal): -1089456 or 5267695. OLE color: 5267695.

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

Color convert

RGB 239 96 80 -
CMYK 0 0.60 0.67 0.06
HSL 6.04º 0.83% 0.63% -
HSV(B) 6.04º 0.67% 0.94% -
XYZ 41.23 27.3 10.69 -
YUV 136.93 95.88 200.8 -
System Red Green Blue C M Y K H S L
Decimal 239 96 80 0 0.60 0.67 0.06 6.04 0.83 0.63
Hex EF 60 50 0 3C 43 6 6 53 3F
Octal 357 140 120 0 74 103 6 6 123 77
Binary 11101111 1100000 1010000 0 111100 1000011 110 110 1010011 111111

Color Harmonies of #EF6050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6050

Black with #EF6050

Text Example


Text Example

White with #EF6050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6050; }

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

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

background-color css

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

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

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

border-color css

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

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

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