Html Css Color HEX #E16855 Flamingo

📋 copy color: '#E16855'

red 225 ◦ green 104 ◦ blue 85

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

Shades of Flamingo #E16855

Tints of Flamingo #E16855

RGB

 RED value IS 225 (88.28% from 255) = 54.35%

 GREEN value IS 104 (41.02% from 255) = 25.12%

 BLUE value IS 85 (33.59% from 255) = 20.53%

R = 54.35%
G = 25.12%
B = 20.53%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.62

 K value IS 0.12

RGB Variations

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

Color information

#E16855 (or 0xE16855) is known color: Flamingo. HEX triplet: E1, 68 and 55. RGB value is (225,104,85). Sum of RGB (Red+Green+Blue) = 225+104+85=414 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.35% from 414); Green value is 104 (41.02% from 255 or 25.12% from 414); Blue value is 85 (33.59% from 255 or 20.53% from 414); Max value from RGB is 225 - color contains mainly: red. Hex color #E16855 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16855 is #1E97AA. Grayscale: #8A8A8A. Windows color (decimal): -2004907 or 5597409. OLE color: 5597409.

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

Color convert

RGB 225 104 85 -
CMYK 0 0.54 0.62 0.12
HSL 8.14º 0.7% 0.61% -
HSV(B) 8.14º 0.62% 0.88% -
XYZ 37.64 26.56 11.74 -
YUV 138.01 98.09 190.04 -
System Red Green Blue C M Y K H S L
Decimal 225 104 85 0 0.54 0.62 0.12 8.14 0.7 0.61
Hex E1 68 55 0 36 3E C 8 46 3D
Octal 341 150 125 0 66 76 14 10 106 75
Binary 11100001 1101000 1010101 0 110110 111110 1100 1000 1000110 111101

Color Harmonies of #E16855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16855

Black with #E16855

Text Example


Text Example

White with #E16855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16855; }

 p { color: rgb(225,104,85); }

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

background-color css

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

 a { background-color: rgb(225,104,85); }

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

border-color css

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

 span { border-color: rgb(225,104,85); }

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