Html Css Color HEX #ED5955 Flamingo

📋 copy color: '#ED5955'

red 237 ◦ green 89 ◦ blue 85

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

Shades of Flamingo #ED5955

Tints of Flamingo #ED5955

RGB

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

 GREEN value IS 89 (35.16% from 255) = 21.65%

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

R = 57.66%
G = 21.65%
B = 20.68%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#ED5955 (or 0xED5955) is known color: Flamingo. HEX triplet: ED, 59 and 55. RGB value is (237,89,85). Sum of RGB (Red+Green+Blue) = 237+89+85=411 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.66% from 411); Green value is 89 (35.16% from 255 or 21.65% from 411); Blue value is 85 (33.59% from 255 or 20.68% from 411); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5955 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED5955 is #12A6AA. Grayscale: #848484. Windows color (decimal): -1222315 or 5593581. OLE color: 5593581.

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

Color convert

RGB 237 89 85 -
CMYK 0 0.62 0.64 0.07
HSL 1.58º 0.81% 0.63% -
HSV(B) 1.58º 0.64% 0.93% -
XYZ 40.14 25.81 11.46 -
YUV 132.8 101.03 202.33 -
System Red Green Blue C M Y K H S L
Decimal 237 89 85 0 0.62 0.64 0.07 1.58 0.81 0.63
Hex ED 59 55 0 3E 40 7 2 51 3F
Octal 355 131 125 0 76 100 7 2 121 77
Binary 11101101 1011001 1010101 0 111110 1000000 111 10 1010001 111111

Color Harmonies of #ED5955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5955

Black with #ED5955

Text Example


Text Example

White with #ED5955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5955; }

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

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

background-color css

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

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

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

border-color css

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

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

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