Html Css Color HEX #ED6551 Flamingo

📋 copy color: '#ED6551'

red 237 ◦ green 101 ◦ blue 81

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

Shades of Flamingo #ED6551

Tints of Flamingo #ED6551

RGB

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

 GREEN value IS 101 (39.84% from 255) = 24.11%

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

R = 56.56%
G = 24.11%
B = 19.33%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#ED6551 (or 0xED6551) is known color: Flamingo. HEX triplet: ED, 65 and 51. RGB value is (237,101,81). Sum of RGB (Red+Green+Blue) = 237+101+81=419 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.56% from 419); Green value is 101 (39.84% from 255 or 24.11% from 419); Blue value is 81 (32.03% from 255 or 19.33% from 419); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6551 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED6551 is #129AAE. Grayscale: #8B8B8B. Windows color (decimal): -1219247 or 5334509. OLE color: 5334509.

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

Color convert

RGB 237 101 81 -
CMYK 0 0.57 0.66 0.07
HSL 7.69º 0.81% 0.62% -
HSV(B) 7.69º 0.66% 0.93% -
XYZ 41.06 27.91 11.01 -
YUV 139.38 95.06 197.63 -
System Red Green Blue C M Y K H S L
Decimal 237 101 81 0 0.57 0.66 0.07 7.69 0.81 0.62
Hex ED 65 51 0 39 42 7 8 51 3E
Octal 355 145 121 0 71 102 7 10 121 76
Binary 11101101 1100101 1010001 0 111001 1000010 111 1000 1010001 111110

Color Harmonies of #ED6551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6551

Black with #ED6551

Text Example


Text Example

White with #ED6551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6551; }

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

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

background-color css

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

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

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

border-color css

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

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

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