Html Css Color HEX #ED5F57 Flamingo

📋 copy color: '#ED5F57'

red 237 ◦ green 95 ◦ blue 87

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

Shades of Flamingo #ED5F57

Tints of Flamingo #ED5F57

RGB

 RED value IS 237 (92.97% from 255) = 56.56%

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

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

R = 56.56%
G = 22.67%
B = 20.76%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.63

 K value IS 0.07

RGB Variations

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

Color information

#ED5F57 (or 0xED5F57) is known color: Flamingo. HEX triplet: ED, 5F and 57. RGB value is (237,95,87). Sum of RGB (Red+Green+Blue) = 237+95+87=419 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.56% from 419); Green value is 95 (37.5% from 255 or 22.67% from 419); Blue value is 87 (34.38% from 255 or 20.76% from 419); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5F57 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED5F57 is #12A0A8. Grayscale: #888888. Windows color (decimal): -1220777 or 5726189. OLE color: 5726189.

HSL color Cylindrical-coordinate representation of color #ED5F57: hue angle of 3.2º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ED5F57 is Cyan = 0, Magento = 0.60, Yellow = 0.63 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 95 87 -
CMYK 0 0.60 0.63 0.07
HSL 3.2º 0.81% 0.64% -
HSV(B) 3.2º 0.63% 0.93% -
XYZ 40.74 26.88 12.06 -
YUV 136.55 100.04 199.65 -
System Red Green Blue C M Y K H S L
Decimal 237 95 87 0 0.60 0.63 0.07 3.2 0.81 0.64
Hex ED 5F 57 0 3C 3F 7 3 51 40
Octal 355 137 127 0 74 77 7 3 121 100
Binary 11101101 1011111 1010111 0 111100 111111 111 11 1010001 1000000

Color Harmonies of #ED5F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5F57

Black with #ED5F57

Text Example


Text Example

White with #ED5F57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5F57; }

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

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

background-color css

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

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

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

border-color css

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

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

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