Html Css Color HEX #EF5E53 Flamingo

📋 copy color: '#EF5E53'

red 239 ◦ green 94 ◦ blue 83

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

Shades of Flamingo #EF5E53

Tints of Flamingo #EF5E53

RGB

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

 GREEN value IS 94 (37.11% from 255) = 22.6%

 BLUE value IS 83 (32.81% from 255) = 19.95%

R = 57.45%
G = 22.6%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.65

 K value IS 0.06

RGB Variations

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

Color information

#EF5E53 (or 0xEF5E53) is known color: Flamingo. HEX triplet: EF, 5E and 53. RGB value is (239,94,83). Sum of RGB (Red+Green+Blue) = 239+94+83=416 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.45% from 416); Green value is 94 (37.11% from 255 or 22.60% from 416); Blue value is 83 (32.81% from 255 or 19.95% from 416); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5E53 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF5E53 is #10A1AC. Grayscale: #888888. Windows color (decimal): -1089965 or 5463791. OLE color: 5463791.

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

Color convert

RGB 239 94 83 -
CMYK 0 0.61 0.65 0.06
HSL 4.23º 0.83% 0.63% -
HSV(B) 4.23º 0.65% 0.94% -
XYZ 41.16 26.98 11.22 -
YUV 136.1 98.04 201.39 -
System Red Green Blue C M Y K H S L
Decimal 239 94 83 0 0.61 0.65 0.06 4.23 0.83 0.63
Hex EF 5E 53 0 3D 41 6 4 53 3F
Octal 357 136 123 0 75 101 6 4 123 77
Binary 11101111 1011110 1010011 0 111101 1000001 110 100 1010011 111111

Color Harmonies of #EF5E53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5E53

Black with #EF5E53

Text Example


Text Example

White with #EF5E53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5E53; }

 p { color: rgb(239,94,83); }

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

background-color css

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

 a { background-color: rgb(239,94,83); }

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

border-color css

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

 span { border-color: rgb(239,94,83); }

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