Html Css Color HEX #ED5551 Flamingo

📋 copy color: '#ED5551'

red 237 ◦ green 85 ◦ blue 81

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

Shades of Flamingo #ED5551

Tints of Flamingo #ED5551

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.09%

 BLUE value IS 81 (32.03% from 255) = 20.1%

R = 58.81%
G = 21.09%
B = 20.1%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#ED5551 (or 0xED5551) is known color: Flamingo. HEX triplet: ED, 55 and 51. RGB value is (237,85,81). Sum of RGB (Red+Green+Blue) = 237+85+81=403 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.81% from 403); Green value is 85 (33.59% from 255 or 21.09% from 403); Blue value is 81 (32.03% from 255 or 20.10% from 403); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5551 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED5551 is #12AAAE. Grayscale: #828282. Windows color (decimal): -1223343 or 5330413. OLE color: 5330413.

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

Color convert

RGB 237 85 81 -
CMYK 0 0.64 0.66 0.07
HSL 1.54º 0.81% 0.62% -
HSV(B) 1.54º 0.66% 0.93% -
XYZ 39.66 25.1 10.54 -
YUV 129.99 100.36 204.33 -
System Red Green Blue C M Y K H S L
Decimal 237 85 81 0 0.64 0.66 0.07 1.54 0.81 0.62
Hex ED 55 51 0 40 42 7 2 51 3E
Octal 355 125 121 0 100 102 7 2 121 76
Binary 11101101 1010101 1010001 0 1000000 1000010 111 10 1010001 111110

Color Harmonies of #ED5551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5551

Black with #ED5551

Text Example


Text Example

White with #ED5551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5551; }

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

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

background-color css

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

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

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

border-color css

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

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

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