Html Css Color HEX #ED6447 Flamingo

📋 copy color: '#ED6447'

red 237 ◦ green 100 ◦ blue 71

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

Shades of Flamingo #ED6447

Tints of Flamingo #ED6447

RGB

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

 GREEN value IS 100 (39.45% from 255) = 24.51%

 BLUE value IS 71 (28.13% from 255) = 17.4%

R = 58.09%
G = 24.51%
B = 17.4%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#ED6447 (or 0xED6447) is known color: Flamingo. HEX triplet: ED, 64 and 47. RGB value is (237,100,71). Sum of RGB (Red+Green+Blue) = 237+100+71=408 (54% of max value = 765). Red value is 237 (92.97% from 255 or 58.09% from 408); Green value is 100 (39.45% from 255 or 24.51% from 408); Blue value is 71 (28.12% from 255 or 17.40% from 408); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6447 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED6447 is #129BB8. Grayscale: #898989. Windows color (decimal): -1219513 or 4678893. OLE color: 4678893.

HSL color Cylindrical-coordinate representation of color #ED6447: hue angle of 10.48º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ED6447 is Cyan = 0, Magento = 0.58, Yellow = 0.70 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 100 71 -
CMYK 0 0.58 0.70 0.07
HSL 10.48º 0.82% 0.6% -
HSV(B) 10.48º 0.7% 0.93% -
XYZ 40.62 27.57 9.14 -
YUV 137.66 90.39 198.86 -
System Red Green Blue C M Y K H S L
Decimal 237 100 71 0 0.58 0.70 0.07 10.48 0.82 0.6
Hex ED 64 47 0 3A 46 7 A 52 3C
Octal 355 144 107 0 72 106 7 12 122 74
Binary 11101101 1100100 1000111 0 111010 1000110 111 1010 1010010 111100

Color Harmonies of #ED6447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6447

Black with #ED6447

Text Example


Text Example

White with #ED6447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6447; }

 p { color: rgb(237,100,71); }

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

background-color css

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

 a { background-color: rgb(237,100,71); }

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

border-color css

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

 span { border-color: rgb(237,100,71); }

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