Html Css Color HEX #E06144 Flamingo

📋 copy color: '#E06144'

red 224 ◦ green 97 ◦ blue 68

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

Shades of Flamingo #E06144

Tints of Flamingo #E06144

RGB

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

 GREEN value IS 97 (38.28% from 255) = 24.94%

 BLUE value IS 68 (26.95% from 255) = 17.48%

R = 57.58%
G = 24.94%
B = 17.48%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.70

 K value IS 0.12

RGB Variations

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

Color information

#E06144 (or 0xE06144) is known color: Flamingo. HEX triplet: E0, 61 and 44. RGB value is (224,97,68). Sum of RGB (Red+Green+Blue) = 224+97+68=389 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.58% from 389); Green value is 97 (38.28% from 255 or 24.94% from 389); Blue value is 68 (26.95% from 255 or 17.48% from 389); Max value from RGB is 224 - color contains mainly: red. Hex color #E06144 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E06144 is #1F9EBB. Grayscale: #838383. Windows color (decimal): -2072252 or 4481504. OLE color: 4481504.

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

Color convert

RGB 224 97 68 -
CMYK 0 0.57 0.70 0.12
HSL 11.15º 0.72% 0.57% -
HSV(B) 11.15º 0.7% 0.88% -
XYZ 36.06 24.81 8.36 -
YUV 131.67 92.08 193.86 -
System Red Green Blue C M Y K H S L
Decimal 224 97 68 0 0.57 0.70 0.12 11.15 0.72 0.57
Hex E0 61 44 0 39 46 C B 48 39
Octal 340 141 104 0 71 106 14 13 110 71
Binary 11100000 1100001 1000100 0 111001 1000110 1100 1011 1001000 111001

Color Harmonies of #E06144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06144

Black with #E06144

Text Example


Text Example

White with #E06144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06144; }

 p { color: rgb(224,97,68); }

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

background-color css

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

 a { background-color: rgb(224,97,68); }

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

border-color css

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

 span { border-color: rgb(224,97,68); }

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