Html Css Color HEX #E06347 Flamingo

📋 copy color: '#E06347'

red 224 ◦ green 99 ◦ blue 71

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

Shades of Flamingo #E06347

Tints of Flamingo #E06347

RGB

 RED value IS 224 (87.89% from 255) = 56.85%

 GREEN value IS 99 (39.06% from 255) = 25.13%

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

R = 56.85%
G = 25.13%
B = 18.02%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.68

 K value IS 0.12

RGB Variations

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

Color information

#E06347 (or 0xE06347) is known color: Flamingo. HEX triplet: E0, 63 and 47. RGB value is (224,99,71). Sum of RGB (Red+Green+Blue) = 224+99+71=394 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.85% from 394); Green value is 99 (39.06% from 255 or 25.13% from 394); Blue value is 71 (28.12% from 255 or 18.02% from 394); Max value from RGB is 224 - color contains mainly: red. Hex color #E06347 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E06347 is #1F9CB8. Grayscale: #858585. Windows color (decimal): -2071737 or 4678624. OLE color: 4678624.

HSL color Cylindrical-coordinate representation of color #E06347: hue angle of 10.98º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E06347 is Cyan = 0, Magento = 0.56, Yellow = 0.68 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 99 71 -
CMYK 0 0.56 0.68 0.12
HSL 10.98º 0.71% 0.58% -
HSV(B) 10.98º 0.68% 0.88% -
XYZ 36.34 25.23 8.92 -
YUV 133.18 92.91 192.78 -
System Red Green Blue C M Y K H S L
Decimal 224 99 71 0 0.56 0.68 0.12 10.98 0.71 0.58
Hex E0 63 47 0 38 44 C B 47 3A
Octal 340 143 107 0 70 104 14 13 107 72
Binary 11100000 1100011 1000111 0 111000 1000100 1100 1011 1000111 111010

Color Harmonies of #E06347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06347

Black with #E06347

Text Example


Text Example

White with #E06347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06347; }

 p { color: rgb(224,99,71); }

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

background-color css

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

 a { background-color: rgb(224,99,71); }

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

border-color css

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

 span { border-color: rgb(224,99,71); }

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