Html Css Color HEX #E16858 Flamingo

📋 copy color: '#E16858'

red 225 ◦ green 104 ◦ blue 88

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

Shades of Flamingo #E16858

Tints of Flamingo #E16858

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 21.1%

R = 53.96%
G = 24.94%
B = 21.1%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.61

 K value IS 0.12

RGB Variations

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

Color information

#E16858 (or 0xE16858) is known color: Flamingo. HEX triplet: E1, 68 and 58. RGB value is (225,104,88). Sum of RGB (Red+Green+Blue) = 225+104+88=417 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.96% from 417); Green value is 104 (41.02% from 255 or 24.94% from 417); Blue value is 88 (34.77% from 255 or 21.10% from 417); Max value from RGB is 225 - color contains mainly: red. Hex color #E16858 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16858 is #1E97A7. Grayscale: #8A8A8A. Windows color (decimal): -2004904 or 5794017. OLE color: 5794017.

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

Color convert

RGB 225 104 88 -
CMYK 0 0.54 0.61 0.12
HSL 7.01º 0.7% 0.61% -
HSV(B) 7.01º 0.61% 0.88% -
XYZ 37.76 26.61 12.38 -
YUV 138.36 99.59 189.8 -
System Red Green Blue C M Y K H S L
Decimal 225 104 88 0 0.54 0.61 0.12 7.01 0.7 0.61
Hex E1 68 58 0 36 3D C 7 46 3D
Octal 341 150 130 0 66 75 14 7 106 75
Binary 11100001 1101000 1011000 0 110110 111101 1100 111 1000110 111101

Color Harmonies of #E16858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16858

Black with #E16858

Text Example


Text Example

White with #E16858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16858; }

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

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

background-color css

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

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

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

border-color css

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

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

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