Html Css Color HEX #E06646 Flamingo

📋 copy color: '#E06646'

red 224 ◦ green 102 ◦ blue 70

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

Shades of Flamingo #E06646

Tints of Flamingo #E06646

RGB

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

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

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

R = 56.57%
G = 25.76%
B = 17.68%

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

#E06646 (or 0xE06646) is known color: Flamingo. HEX triplet: E0, 66 and 46. RGB value is (224,102,70). Sum of RGB (Red+Green+Blue) = 224+102+70=396 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.57% from 396); Green value is 102 (40.23% from 255 or 25.76% from 396); Blue value is 70 (27.73% from 255 or 17.68% from 396); Max value from RGB is 224 - color contains mainly: red. Hex color #E06646 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E06646 is #1F99B9. Grayscale: #878787. Windows color (decimal): -2070970 or 4613856. OLE color: 4613856.

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

Color convert

RGB 224 102 70 -
CMYK 0 0.54 0.69 0.12
HSL 12.47º 0.71% 0.58% -
HSV(B) 12.47º 0.69% 0.88% -
XYZ 36.6 25.79 8.84 -
YUV 134.83 91.42 191.6 -
System Red Green Blue C M Y K H S L
Decimal 224 102 70 0 0.54 0.69 0.12 12.47 0.71 0.58
Hex E0 66 46 0 36 45 C C 47 3A
Octal 340 146 106 0 66 105 14 14 107 72
Binary 11100000 1100110 1000110 0 110110 1000101 1100 1100 1000111 111010

Color Harmonies of #E06646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06646

Black with #E06646

Text Example


Text Example

White with #E06646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06646; }

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

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

background-color css

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

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

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

border-color css

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

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

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