Html Css Color HEX #EF5F57 Flamingo

📋 copy color: '#EF5F57'

red 239 ◦ green 95 ◦ blue 87

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

Shades of Flamingo #EF5F57

Tints of Flamingo #EF5F57

RGB

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

 GREEN value IS 95 (37.5% from 255) = 22.57%

 BLUE value IS 87 (34.38% from 255) = 20.67%

R = 56.77%
G = 22.57%
B = 20.67%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.64

 K value IS 0.06

RGB Variations

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

Color information

#EF5F57 (or 0xEF5F57) is known color: Flamingo. HEX triplet: EF, 5F and 57. RGB value is (239,95,87). Sum of RGB (Red+Green+Blue) = 239+95+87=421 (55% of max value = 765). Red value is 239 (93.75% from 255 or 56.77% from 421); Green value is 95 (37.5% from 255 or 22.57% from 421); Blue value is 87 (34.38% from 255 or 20.67% from 421); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5F57 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF5F57 is #10A0A8. Grayscale: #898989. Windows color (decimal): -1089705 or 5726191. OLE color: 5726191.

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

Color convert

RGB 239 95 87 -
CMYK 0 0.60 0.64 0.06
HSL 3.16º 0.83% 0.64% -
HSV(B) 3.16º 0.64% 0.94% -
XYZ 41.41 27.22 12.09 -
YUV 137.14 99.71 200.65 -
System Red Green Blue C M Y K H S L
Decimal 239 95 87 0 0.60 0.64 0.06 3.16 0.83 0.64
Hex EF 5F 57 0 3C 40 6 3 53 40
Octal 357 137 127 0 74 100 6 3 123 100
Binary 11101111 1011111 1010111 0 111100 1000000 110 11 1010011 1000000

Color Harmonies of #EF5F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5F57

Black with #EF5F57

Text Example


Text Example

White with #EF5F57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5F57; }

 p { color: rgb(239,95,87); }

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

background-color css

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

 a { background-color: rgb(239,95,87); }

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

border-color css

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

 span { border-color: rgb(239,95,87); }

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