Html Css Color HEX #ED5451 Flamingo

📋 copy color: '#ED5451'

red 237 ◦ green 84 ◦ blue 81

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

Shades of Flamingo #ED5451

Tints of Flamingo #ED5451

RGB

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

 GREEN value IS 84 (33.2% from 255) = 20.9%

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

R = 58.96%
G = 20.9%
B = 20.15%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#ED5451 (or 0xED5451) is known color: Flamingo. HEX triplet: ED, 54 and 51. RGB value is (237,84,81). Sum of RGB (Red+Green+Blue) = 237+84+81=402 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.96% from 402); Green value is 84 (33.20% from 255 or 20.90% from 402); Blue value is 81 (32.03% from 255 or 20.15% from 402); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5451 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED5451 is #12ABAE. Grayscale: #818181. Windows color (decimal): -1223599 or 5330157. OLE color: 5330157.

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

Color convert

RGB 237 84 81 -
CMYK 0 0.65 0.66 0.07
HSL 1.15º 0.81% 0.62% -
HSV(B) 1.15º 0.66% 0.93% -
XYZ 39.58 24.94 10.51 -
YUV 129.41 100.69 204.74 -
System Red Green Blue C M Y K H S L
Decimal 237 84 81 0 0.65 0.66 0.07 1.15 0.81 0.62
Hex ED 54 51 0 41 42 7 1 51 3E
Octal 355 124 121 0 101 102 7 1 121 76
Binary 11101101 1010100 1010001 0 1000001 1000010 111 1 1010001 111110

Color Harmonies of #ED5451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5451

Black with #ED5451

Text Example


Text Example

White with #ED5451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5451; }

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

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

background-color css

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

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

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

border-color css

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

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

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