Html Css Color HEX #E06346 Flamingo

📋 copy color: '#E06346'

red 224 ◦ green 99 ◦ blue 70

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

Shades of Flamingo #E06346

Tints of Flamingo #E06346

RGB

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

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

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

R = 57%
G = 25.19%
B = 17.81%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.69

 K value IS 0.12

RGB Variations

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

Color information

#E06346 (or 0xE06346) is known color: Flamingo. HEX triplet: E0, 63 and 46. RGB value is (224,99,70). Sum of RGB (Red+Green+Blue) = 224+99+70=393 (52% of max value = 765). Red value is 224 (87.89% from 255 or 57.00% from 393); Green value is 99 (39.06% from 255 or 25.19% from 393); Blue value is 70 (27.73% from 255 or 17.81% from 393); Max value from RGB is 224 - color contains mainly: red. Hex color #E06346 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E06346 is #1F9CB9. Grayscale: #858585. Windows color (decimal): -2071738 or 4613088. OLE color: 4613088.

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

Color convert

RGB 224 99 70 -
CMYK 0 0.56 0.69 0.12
HSL 11.3º 0.71% 0.58% -
HSV(B) 11.3º 0.69% 0.88% -
XYZ 36.31 25.21 8.75 -
YUV 133.07 92.41 192.86 -
System Red Green Blue C M Y K H S L
Decimal 224 99 70 0 0.56 0.69 0.12 11.3 0.71 0.58
Hex E0 63 46 0 38 45 C B 47 3A
Octal 340 143 106 0 70 105 14 13 107 72
Binary 11100000 1100011 1000110 0 111000 1000101 1100 1011 1000111 111010

Color Harmonies of #E06346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06346

Black with #E06346

Text Example


Text Example

White with #E06346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06346; }

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

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

background-color css

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

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

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

border-color css

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

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

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