Html Css Color HEX #E06956 Flamingo

📋 copy color: '#E06956'

red 224 ◦ green 105 ◦ blue 86

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

Shades of Flamingo #E06956

Tints of Flamingo #E06956

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.3%

 BLUE value IS 86 (33.98% from 255) = 20.72%

R = 53.98%
G = 25.3%
B = 20.72%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.62

 K value IS 0.12

RGB Variations

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

Color information

#E06956 (or 0xE06956) is known color: Flamingo. HEX triplet: E0, 69 and 56. RGB value is (224,105,86). Sum of RGB (Red+Green+Blue) = 224+105+86=415 (54% of max value = 765). Red value is 224 (87.89% from 255 or 53.98% from 415); Green value is 105 (41.41% from 255 or 25.30% from 415); Blue value is 86 (33.98% from 255 or 20.72% from 415); Max value from RGB is 224 - color contains mainly: red. Hex color #E06956 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06956 is #1F96A9. Grayscale: #8A8A8A. Windows color (decimal): -2070186 or 5663200. OLE color: 5663200.

HSL color Cylindrical-coordinate representation of color #E06956: hue angle of 8.26º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E06956 is Cyan = 0, Magento = 0.53, Yellow = 0.62 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 105 86 -
CMYK 0 0.53 0.62 0.12
HSL 8.26º 0.69% 0.61% -
HSV(B) 8.26º 0.62% 0.88% -
XYZ 37.47 26.62 11.97 -
YUV 138.42 98.42 189.04 -
System Red Green Blue C M Y K H S L
Decimal 224 105 86 0 0.53 0.62 0.12 8.26 0.69 0.61
Hex E0 69 56 0 35 3E C 8 45 3D
Octal 340 151 126 0 65 76 14 10 105 75
Binary 11100000 1101001 1010110 0 110101 111110 1100 1000 1000101 111101

Color Harmonies of #E06956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06956

Black with #E06956

Text Example


Text Example

White with #E06956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06956; }

 p { color: rgb(224,105,86); }

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

background-color css

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

 a { background-color: rgb(224,105,86); }

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

border-color css

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

 span { border-color: rgb(224,105,86); }

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