Html Css Color HEX #ED5855 Flamingo

📋 copy color: '#ED5855'

red 237 ◦ green 88 ◦ blue 85

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

Shades of Flamingo #ED5855

Tints of Flamingo #ED5855

RGB

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

 GREEN value IS 88 (34.77% from 255) = 21.46%

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

R = 57.8%
G = 21.46%
B = 20.73%

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

#ED5855 (or 0xED5855) is known color: Flamingo. HEX triplet: ED, 58 and 55. RGB value is (237,88,85). Sum of RGB (Red+Green+Blue) = 237+88+85=410 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.80% from 410); Green value is 88 (34.77% from 255 or 21.46% from 410); Blue value is 85 (33.59% from 255 or 20.73% from 410); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5855 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED5855 is #12A7AA. Grayscale: #848484. Windows color (decimal): -1222571 or 5593325. OLE color: 5593325.

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

Color convert

RGB 237 88 85 -
CMYK 0 0.63 0.64 0.07
HSL 1.18º 0.81% 0.63% -
HSV(B) 1.18º 0.64% 0.93% -
XYZ 40.05 25.64 11.43 -
YUV 132.21 101.36 202.74 -
System Red Green Blue C M Y K H S L
Decimal 237 88 85 0 0.63 0.64 0.07 1.18 0.81 0.63
Hex ED 58 55 0 3F 40 7 1 51 3F
Octal 355 130 125 0 77 100 7 1 121 77
Binary 11101101 1011000 1010101 0 111111 1000000 111 1 1010001 111111

Color Harmonies of #ED5855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5855

Black with #ED5855

Text Example


Text Example

White with #ED5855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5855; }

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

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

background-color css

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

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

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

border-color css

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

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

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