Html Css Color HEX #E06647 Flamingo

📋 copy color: '#E06647'

red 224 ◦ green 102 ◦ blue 71

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

Shades of Flamingo #E06647

Tints of Flamingo #E06647

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.69%

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

R = 56.42%
G = 25.69%
B = 17.88%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.68

 K value IS 0.12

RGB Variations

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

Color information

#E06647 (or 0xE06647) is known color: Flamingo. HEX triplet: E0, 66 and 47. RGB value is (224,102,71). Sum of RGB (Red+Green+Blue) = 224+102+71=397 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.42% from 397); Green value is 102 (40.23% from 255 or 25.69% from 397); Blue value is 71 (28.12% from 255 or 17.88% from 397); Max value from RGB is 224 - color contains mainly: red. Hex color #E06647 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E06647 is #1F99B8. Grayscale: #878787. Windows color (decimal): -2070969 or 4679392. OLE color: 4679392.

HSL color Cylindrical-coordinate representation of color #E06647: hue angle of 12.16º 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 #E06647 is Cyan = 0, Magento = 0.54, Yellow = 0.68 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 102 71 -
CMYK 0 0.54 0.68 0.12
HSL 12.16º 0.71% 0.58% -
HSV(B) 12.16º 0.68% 0.88% -
XYZ 36.63 25.8 9.01 -
YUV 134.94 91.92 191.52 -
System Red Green Blue C M Y K H S L
Decimal 224 102 71 0 0.54 0.68 0.12 12.16 0.71 0.58
Hex E0 66 47 0 36 44 C C 47 3A
Octal 340 146 107 0 66 104 14 14 107 72
Binary 11100000 1100110 1000111 0 110110 1000100 1100 1100 1000111 111010

Color Harmonies of #E06647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06647

Black with #E06647

Text Example


Text Example

White with #E06647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06647; }

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

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

background-color css

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

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

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

border-color css

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

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

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