Html Css Color HEX #E16951 Flamingo

📋 copy color: '#E16951'

red 225 ◦ green 105 ◦ blue 81

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

Shades of Flamingo #E16951

Tints of Flamingo #E16951

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 19.71%

R = 54.74%
G = 25.55%
B = 19.71%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#E16951 (or 0xE16951) is known color: Flamingo. HEX triplet: E1, 69 and 51. RGB value is (225,105,81). Sum of RGB (Red+Green+Blue) = 225+105+81=411 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.74% from 411); Green value is 105 (41.41% from 255 or 25.55% from 411); Blue value is 81 (32.03% from 255 or 19.71% from 411); Max value from RGB is 225 - color contains mainly: red. Hex color #E16951 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16951 is #1E96AE. Grayscale: #8A8A8A. Windows color (decimal): -2004655 or 5335521. OLE color: 5335521.

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

Color convert

RGB 225 105 81 -
CMYK 0 0.53 0.64 0.12
HSL 10º 0.71% 0.6% -
HSV(B) 10º 0.64% 0.88% -
XYZ 37.59 26.7 10.96 -
YUV 138.14 95.76 189.95 -
System Red Green Blue C M Y K H S L
Decimal 225 105 81 0 0.53 0.64 0.12 10 0.71 0.6
Hex E1 69 51 0 35 40 C A 47 3C
Octal 341 151 121 0 65 100 14 12 107 74
Binary 11100001 1101001 1010001 0 110101 1000000 1100 1010 1000111 111100

Color Harmonies of #E16951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16951

Black with #E16951

Text Example


Text Example

White with #E16951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16951; }

 p { color: rgb(225,105,81); }

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

background-color css

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

 a { background-color: rgb(225,105,81); }

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

border-color css

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

 span { border-color: rgb(225,105,81); }

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