Html Css Color HEX #E16157 Flamingo

📋 copy color: '#E16157'

red 225 ◦ green 97 ◦ blue 87

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

Shades of Flamingo #E16157

Tints of Flamingo #E16157

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 21.27%

R = 55.01%
G = 23.72%
B = 21.27%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.61

 K value IS 0.12

RGB Variations

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

Color information

#E16157 (or 0xE16157) is known color: Flamingo. HEX triplet: E1, 61 and 57. RGB value is (225,97,87). Sum of RGB (Red+Green+Blue) = 225+97+87=409 (54% of max value = 765). Red value is 225 (88.28% from 255 or 55.01% from 409); Green value is 97 (38.28% from 255 or 23.72% from 409); Blue value is 87 (34.38% from 255 or 21.27% from 409); Max value from RGB is 225 - color contains mainly: red. Hex color #E16157 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16157 is #1E9EA8. Grayscale: #868686. Windows color (decimal): -2006697 or 5726689. OLE color: 5726689.

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

Color convert

RGB 225 97 87 -
CMYK 0 0.57 0.61 0.12
HSL 4.35º 0.7% 0.61% -
HSV(B) 4.35º 0.61% 0.88% -
XYZ 37.05 25.25 11.94 -
YUV 134.13 101.41 192.81 -
System Red Green Blue C M Y K H S L
Decimal 225 97 87 0 0.57 0.61 0.12 4.35 0.7 0.61
Hex E1 61 57 0 39 3D C 4 46 3D
Octal 341 141 127 0 71 75 14 4 106 75
Binary 11100001 1100001 1010111 0 111001 111101 1100 100 1000110 111101

Color Harmonies of #E16157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16157

Black with #E16157

Text Example


Text Example

White with #E16157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16157; }

 p { color: rgb(225,97,87); }

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

background-color css

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

 a { background-color: rgb(225,97,87); }

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

border-color css

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

 span { border-color: rgb(225,97,87); }

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