Html Css Color HEX #E16555 Flamingo

📋 copy color: '#E16555'

red 225 ◦ green 101 ◦ blue 85

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

Shades of Flamingo #E16555

Tints of Flamingo #E16555

RGB

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

 GREEN value IS 101 (39.84% from 255) = 24.57%

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

R = 54.74%
G = 24.57%
B = 20.68%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.62

 K value IS 0.12

RGB Variations

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

Color information

#E16555 (or 0xE16555) is known color: Flamingo. HEX triplet: E1, 65 and 55. RGB value is (225,101,85). Sum of RGB (Red+Green+Blue) = 225+101+85=411 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.74% from 411); Green value is 101 (39.84% from 255 or 24.57% from 411); Blue value is 85 (33.59% from 255 or 20.68% from 411); Max value from RGB is 225 - color contains mainly: red. Hex color #E16555 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16555 is #1E9AAA. Grayscale: #888888. Windows color (decimal): -2005675 or 5596641. OLE color: 5596641.

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

Color convert

RGB 225 101 85 -
CMYK 0 0.55 0.62 0.12
HSL 6.86º 0.7% 0.61% -
HSV(B) 6.86º 0.62% 0.88% -
XYZ 37.34 25.97 11.64 -
YUV 136.25 99.08 191.3 -
System Red Green Blue C M Y K H S L
Decimal 225 101 85 0 0.55 0.62 0.12 6.86 0.7 0.61
Hex E1 65 55 0 37 3E C 7 46 3D
Octal 341 145 125 0 67 76 14 7 106 75
Binary 11100001 1100101 1010101 0 110111 111110 1100 111 1000110 111101

Color Harmonies of #E16555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16555

Black with #E16555

Text Example


Text Example

White with #E16555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16555; }

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

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

background-color css

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

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

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

border-color css

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

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

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