Html Css Color HEX #ED5655 Flamingo

📋 copy color: '#ED5655'

red 237 ◦ green 86 ◦ blue 85

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

Shades of Flamingo #ED5655

Tints of Flamingo #ED5655

RGB

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

 GREEN value IS 86 (33.98% from 255) = 21.08%

 BLUE value IS 85 (33.59% from 255) = 20.83%

R = 58.09%
G = 21.08%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#ED5655 (or 0xED5655) is known color: Flamingo. HEX triplet: ED, 56 and 55. RGB value is (237,86,85). Sum of RGB (Red+Green+Blue) = 237+86+85=408 (54% of max value = 765). Red value is 237 (92.97% from 255 or 58.09% from 408); Green value is 86 (33.98% from 255 or 21.08% from 408); Blue value is 85 (33.59% from 255 or 20.83% from 408); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5655 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED5655 is #12A9AA. Grayscale: #838383. Windows color (decimal): -1223083 or 5592813. OLE color: 5592813.

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

Color convert

RGB 237 86 85 -
CMYK 0 0.64 0.64 0.07
HSL 0.39º 0.81% 0.63% -
HSV(B) 0.39º 0.64% 0.93% -
XYZ 39.89 25.32 11.38 -
YUV 131.04 102.03 203.58 -
System Red Green Blue C M Y K H S L
Decimal 237 86 85 0 0.64 0.64 0.07 0.39 0.81 0.63
Hex ED 56 55 0 40 40 7 0 51 3F
Octal 355 126 125 0 100 100 7 0 121 77
Binary 11101101 1010110 1010101 0 1000000 1000000 111 0 1010001 111111

Color Harmonies of #ED5655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5655

Black with #ED5655

Text Example


Text Example

White with #ED5655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5655; }

 p { color: rgb(237,86,85); }

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

background-color css

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

 a { background-color: rgb(237,86,85); }

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

border-color css

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

 span { border-color: rgb(237,86,85); }

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