Html Css Color HEX #E16754 Flamingo

📋 copy color: '#E16754'

red 225 ◦ green 103 ◦ blue 84

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

Shades of Flamingo #E16754

Tints of Flamingo #E16754

RGB

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

 GREEN value IS 103 (40.63% from 255) = 25%

 BLUE value IS 84 (33.2% from 255) = 20.39%

R = 54.61%
G = 25%
B = 20.39%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.63

 K value IS 0.12

RGB Variations

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

Color information

#E16754 (or 0xE16754) is known color: Flamingo. HEX triplet: E1, 67 and 54. RGB value is (225,103,84). Sum of RGB (Red+Green+Blue) = 225+103+84=412 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.61% from 412); Green value is 103 (40.62% from 255 or 25% from 412); Blue value is 84 (33.20% from 255 or 20.39% from 412); Max value from RGB is 225 - color contains mainly: red. Hex color #E16754 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16754 is #1E98AB. Grayscale: #898989. Windows color (decimal): -2005164 or 5531617. OLE color: 5531617.

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

Color convert

RGB 225 103 84 -
CMYK 0 0.54 0.63 0.12
HSL 8.09º 0.7% 0.61% -
HSV(B) 8.09º 0.63% 0.88% -
XYZ 37.5 26.35 11.5 -
YUV 137.31 97.92 190.54 -
System Red Green Blue C M Y K H S L
Decimal 225 103 84 0 0.54 0.63 0.12 8.09 0.7 0.61
Hex E1 67 54 0 36 3F C 8 46 3D
Octal 341 147 124 0 66 77 14 10 106 75
Binary 11100001 1100111 1010100 0 110110 111111 1100 1000 1000110 111101

Color Harmonies of #E16754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16754

Black with #E16754

Text Example


Text Example

White with #E16754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16754; }

 p { color: rgb(225,103,84); }

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

background-color css

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

 a { background-color: rgb(225,103,84); }

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

border-color css

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

 span { border-color: rgb(225,103,84); }

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