Html Css Color HEX #E06746 Flamingo

📋 copy color: '#E06746'

red 224 ◦ green 103 ◦ blue 70

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

Shades of Flamingo #E06746

Tints of Flamingo #E06746

RGB

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

 GREEN value IS 103 (40.63% from 255) = 25.94%

 BLUE value IS 70 (27.73% from 255) = 17.63%

R = 56.42%
G = 25.94%
B = 17.63%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.69

 K value IS 0.12

RGB Variations

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

Color information

#E06746 (or 0xE06746) is known color: Flamingo. HEX triplet: E0, 67 and 46. RGB value is (224,103,70). Sum of RGB (Red+Green+Blue) = 224+103+70=397 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.42% from 397); Green value is 103 (40.62% from 255 or 25.94% from 397); Blue value is 70 (27.73% from 255 or 17.63% from 397); Max value from RGB is 224 - color contains mainly: red. Hex color #E06746 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E06746 is #1F98B9. Grayscale: #878787. Windows color (decimal): -2070714 or 4614112. OLE color: 4614112.

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

Color convert

RGB 224 103 70 -
CMYK 0 0.54 0.69 0.12
HSL 12.86º 0.71% 0.58% -
HSV(B) 12.86º 0.69% 0.88% -
XYZ 36.7 25.99 8.88 -
YUV 135.42 91.09 191.18 -
System Red Green Blue C M Y K H S L
Decimal 224 103 70 0 0.54 0.69 0.12 12.86 0.71 0.58
Hex E0 67 46 0 36 45 C D 47 3A
Octal 340 147 106 0 66 105 14 15 107 72
Binary 11100000 1100111 1000110 0 110110 1000101 1100 1101 1000111 111010

Color Harmonies of #E06746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06746

Black with #E06746

Text Example


Text Example

White with #E06746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06746; }

 p { color: rgb(224,103,70); }

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

background-color css

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

 a { background-color: rgb(224,103,70); }

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

border-color css

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

 span { border-color: rgb(224,103,70); }

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