Html Css Color HEX #E06D4F Flamingo

📋 copy color: '#E06D4F'

red 224 ◦ green 109 ◦ blue 79

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

Shades of Flamingo #E06D4F

Tints of Flamingo #E06D4F

RGB

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

 GREEN value IS 109 (42.97% from 255) = 26.46%

 BLUE value IS 79 (31.25% from 255) = 19.17%

R = 54.37%
G = 26.46%
B = 19.17%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.65

 K value IS 0.12

RGB Variations

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

Color information

#E06D4F (or 0xE06D4F) is known color: Flamingo. HEX triplet: E0, 6D and 4F. RGB value is (224,109,79). Sum of RGB (Red+Green+Blue) = 224+109+79=412 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.37% from 412); Green value is 109 (42.97% from 255 or 26.46% from 412); Blue value is 79 (31.25% from 255 or 19.17% from 412); Max value from RGB is 224 - color contains mainly: red. Hex color #E06D4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06D4F is #1F92B0. Grayscale: #8C8C8C. Windows color (decimal): -2069169 or 5205472. OLE color: 5205472.

HSL color Cylindrical-coordinate representation of color #E06D4F: hue angle of 12.41º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E06D4F is Cyan = 0, Magento = 0.51, Yellow = 0.65 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 109 79 -
CMYK 0 0.51 0.65 0.12
HSL 12.41º 0.7% 0.59% -
HSV(B) 12.41º 0.65% 0.88% -
XYZ 37.62 27.35 10.69 -
YUV 139.97 93.6 187.94 -
System Red Green Blue C M Y K H S L
Decimal 224 109 79 0 0.51 0.65 0.12 12.41 0.7 0.59
Hex E0 6D 4F 0 33 41 C C 46 3B
Octal 340 155 117 0 63 101 14 14 106 73
Binary 11100000 1101101 1001111 0 110011 1000001 1100 1100 1000110 111011

Color Harmonies of #E06D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06D4F

Black with #E06D4F

Text Example


Text Example

White with #E06D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06D4F; }

 p { color: rgb(224,109,79); }

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

background-color css

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

 a { background-color: rgb(224,109,79); }

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

border-color css

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

 span { border-color: rgb(224,109,79); }

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