Html Css Color HEX #ED5755 Flamingo

📋 copy color: '#ED5755'

red 237 ◦ green 87 ◦ blue 85

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

Shades of Flamingo #ED5755

Tints of Flamingo #ED5755

RGB

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

 GREEN value IS 87 (34.38% from 255) = 21.27%

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

R = 57.95%
G = 21.27%
B = 20.78%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#ED5755 (or 0xED5755) is known color: Flamingo. HEX triplet: ED, 57 and 55. RGB value is (237,87,85). Sum of RGB (Red+Green+Blue) = 237+87+85=409 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.95% from 409); Green value is 87 (34.38% from 255 or 21.27% from 409); Blue value is 85 (33.59% from 255 or 20.78% from 409); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5755 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED5755 is #12A8AA. Grayscale: #838383. Windows color (decimal): -1222827 or 5593069. OLE color: 5593069.

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

Color convert

RGB 237 87 85 -
CMYK 0 0.63 0.64 0.07
HSL 0.79º 0.81% 0.63% -
HSV(B) 0.79º 0.64% 0.93% -
XYZ 39.97 25.48 11.41 -
YUV 131.62 101.7 203.16 -
System Red Green Blue C M Y K H S L
Decimal 237 87 85 0 0.63 0.64 0.07 0.79 0.81 0.63
Hex ED 57 55 0 3F 40 7 1 51 3F
Octal 355 127 125 0 77 100 7 1 121 77
Binary 11101101 1010111 1010101 0 111111 1000000 111 1 1010001 111111

Color Harmonies of #ED5755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5755

Black with #ED5755

Text Example


Text Example

White with #ED5755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5755; }

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

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

background-color css

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

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

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

border-color css

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

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

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