Html Css Color HEX #EF5D53 Flamingo

📋 copy color: '#EF5D53'

red 239 ◦ green 93 ◦ blue 83

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

Shades of Flamingo #EF5D53

Tints of Flamingo #EF5D53

RGB

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

 GREEN value IS 93 (36.72% from 255) = 22.41%

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

R = 57.59%
G = 22.41%
B = 20%

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

#EF5D53 (or 0xEF5D53) is known color: Flamingo. HEX triplet: EF, 5D and 53. RGB value is (239,93,83). Sum of RGB (Red+Green+Blue) = 239+93+83=415 (54% of max value = 765). Red value is 239 (93.75% from 255 or 57.59% from 415); Green value is 93 (36.72% from 255 or 22.41% from 415); Blue value is 83 (32.81% from 255 or 20% from 415); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5D53 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF5D53 is #10A2AC. Grayscale: #878787. Windows color (decimal): -1090221 or 5463535. OLE color: 5463535.

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

Color convert

RGB 239 93 83 -
CMYK 0 0.61 0.65 0.06
HSL 3.85º 0.83% 0.63% -
HSV(B) 3.85º 0.65% 0.94% -
XYZ 41.07 26.8 11.19 -
YUV 135.51 98.37 201.81 -
System Red Green Blue C M Y K H S L
Decimal 239 93 83 0 0.61 0.65 0.06 3.85 0.83 0.63
Hex EF 5D 53 0 3D 41 6 4 53 3F
Octal 357 135 123 0 75 101 6 4 123 77
Binary 11101111 1011101 1010011 0 111101 1000001 110 100 1010011 111111

Color Harmonies of #EF5D53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5D53

Black with #EF5D53

Text Example


Text Example

White with #EF5D53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5D53; }

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

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

background-color css

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

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

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

border-color css

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

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

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