Html Css Color HEX #EF5954 Flamingo

📋 copy color: '#EF5954'

red 239 ◦ green 89 ◦ blue 84

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

Shades of Flamingo #EF5954

Tints of Flamingo #EF5954

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 20.39%

R = 58.01%
G = 21.6%
B = 20.39%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.65

 K value IS 0.06

RGB Variations

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

Color information

#EF5954 (or 0xEF5954) is known color: Flamingo. HEX triplet: EF, 59 and 54. RGB value is (239,89,84). Sum of RGB (Red+Green+Blue) = 239+89+84=412 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.01% from 412); Green value is 89 (35.16% from 255 or 21.60% from 412); Blue value is 84 (33.20% from 255 or 20.39% from 412); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5954 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF5954 is #10A6AB. Grayscale: #858585. Windows color (decimal): -1091244 or 5528047. OLE color: 5528047.

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

Color convert

RGB 239 89 84 -
CMYK 0 0.63 0.65 0.06
HSL 1.94º 0.83% 0.63% -
HSV(B) 1.94º 0.65% 0.94% -
XYZ 40.77 26.14 11.28 -
YUV 133.28 100.2 203.41 -
System Red Green Blue C M Y K H S L
Decimal 239 89 84 0 0.63 0.65 0.06 1.94 0.83 0.63
Hex EF 59 54 0 3F 41 6 2 53 3F
Octal 357 131 124 0 77 101 6 2 123 77
Binary 11101111 1011001 1010100 0 111111 1000001 110 10 1010011 111111

Color Harmonies of #EF5954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5954

Black with #EF5954

Text Example


Text Example

White with #EF5954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5954; }

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

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

background-color css

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

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

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

border-color css

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

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

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