Html Css Color HEX #E06156 Flamingo

📋 copy color: '#E06156'

red 224 ◦ green 97 ◦ blue 86

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

Shades of Flamingo #E06156

Tints of Flamingo #E06156

RGB

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

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

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

R = 55.04%
G = 23.83%
B = 21.13%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.62

 K value IS 0.12

RGB Variations

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

Color information

#E06156 (or 0xE06156) is known color: Flamingo. HEX triplet: E0, 61 and 56. RGB value is (224,97,86). Sum of RGB (Red+Green+Blue) = 224+97+86=407 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.04% from 407); Green value is 97 (38.28% from 255 or 23.83% from 407); Blue value is 86 (33.98% from 255 or 21.13% from 407); Max value from RGB is 224 - color contains mainly: red. Hex color #E06156 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06156 is #1F9EA9. Grayscale: #858585. Windows color (decimal): -2072234 or 5661152. OLE color: 5661152.

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

Color convert

RGB 224 97 86 -
CMYK 0 0.57 0.62 0.12
HSL 4.78º 0.69% 0.61% -
HSV(B) 4.78º 0.62% 0.88% -
XYZ 36.69 25.07 11.71 -
YUV 133.72 101.08 192.39 -
System Red Green Blue C M Y K H S L
Decimal 224 97 86 0 0.57 0.62 0.12 4.78 0.69 0.61
Hex E0 61 56 0 39 3E C 5 45 3D
Octal 340 141 126 0 71 76 14 5 105 75
Binary 11100000 1100001 1010110 0 111001 111110 1100 101 1000101 111101

Color Harmonies of #E06156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06156

Black with #E06156

Text Example


Text Example

White with #E06156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06156; }

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

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

background-color css

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

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

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

border-color css

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

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

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