Html Css Color HEX #ED6557 Flamingo

📋 copy color: '#ED6557'

red 237 ◦ green 101 ◦ blue 87

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

Shades of Flamingo #ED6557

Tints of Flamingo #ED6557

RGB

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

 GREEN value IS 101 (39.84% from 255) = 23.76%

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

R = 55.76%
G = 23.76%
B = 20.47%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.63

 K value IS 0.07

RGB Variations

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

Color information

#ED6557 (or 0xED6557) is known color: Flamingo. HEX triplet: ED, 65 and 57. RGB value is (237,101,87). Sum of RGB (Red+Green+Blue) = 237+101+87=425 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.76% from 425); Green value is 101 (39.84% from 255 or 23.76% from 425); Blue value is 87 (34.38% from 255 or 20.47% from 425); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6557 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED6557 is #129AA8. Grayscale: #8C8C8C. Windows color (decimal): -1219241 or 5727725. OLE color: 5727725.

HSL color Cylindrical-coordinate representation of color #ED6557: hue angle of 5.6º 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 #ED6557 is Cyan = 0, Magento = 0.57, Yellow = 0.63 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 101 87 -
CMYK 0 0.57 0.63 0.07
HSL 5.6º 0.81% 0.64% -
HSV(B) 5.6º 0.63% 0.93% -
XYZ 41.3 28 12.24 -
YUV 140.07 98.06 197.14 -
System Red Green Blue C M Y K H S L
Decimal 237 101 87 0 0.57 0.63 0.07 5.6 0.81 0.64
Hex ED 65 57 0 39 3F 7 6 51 40
Octal 355 145 127 0 71 77 7 6 121 100
Binary 11101101 1100101 1010111 0 111001 111111 111 110 1010001 1000000

Color Harmonies of #ED6557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6557

Black with #ED6557

Text Example


Text Example

White with #ED6557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6557; }

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

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

background-color css

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

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

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

border-color css

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

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

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