Html Css Color HEX #E06349 Flamingo

📋 copy color: '#E06349'

red 224 ◦ green 99 ◦ blue 73

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

Shades of Flamingo #E06349

Tints of Flamingo #E06349

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 18.43%

R = 56.57%
G = 25%
B = 18.43%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#E06349 (or 0xE06349) is known color: Flamingo. HEX triplet: E0, 63 and 49. RGB value is (224,99,73). Sum of RGB (Red+Green+Blue) = 224+99+73=396 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.57% from 396); Green value is 99 (39.06% from 255 or 25% from 396); Blue value is 73 (28.91% from 255 or 18.43% from 396); Max value from RGB is 224 - color contains mainly: red. Hex color #E06349 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E06349 is #1F9CB6. Grayscale: #858585. Windows color (decimal): -2071735 or 4809696. OLE color: 4809696.

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

Color convert

RGB 224 99 73 -
CMYK 0 0.56 0.67 0.12
HSL 10.33º 0.71% 0.58% -
HSV(B) 10.33º 0.67% 0.88% -
XYZ 36.4 25.25 9.26 -
YUV 133.41 93.91 192.61 -
System Red Green Blue C M Y K H S L
Decimal 224 99 73 0 0.56 0.67 0.12 10.33 0.71 0.58
Hex E0 63 49 0 38 43 C A 47 3A
Octal 340 143 111 0 70 103 14 12 107 72
Binary 11100000 1100011 1001001 0 111000 1000011 1100 1010 1000111 111010

Color Harmonies of #E06349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06349

Black with #E06349

Text Example


Text Example

White with #E06349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06349; }

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

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

background-color css

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

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

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

border-color css

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

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

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