Html Css Color HEX #E16553 Flamingo

📋 copy color: '#E16553'

red 225 ◦ green 101 ◦ blue 83

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

Shades of Flamingo #E16553

Tints of Flamingo #E16553

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 20.29%

R = 55.01%
G = 24.69%
B = 20.29%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.63

 K value IS 0.12

RGB Variations

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

Color information

#E16553 (or 0xE16553) is known color: Flamingo. HEX triplet: E1, 65 and 53. RGB value is (225,101,83). Sum of RGB (Red+Green+Blue) = 225+101+83=409 (54% of max value = 765). Red value is 225 (88.28% from 255 or 55.01% from 409); Green value is 101 (39.84% from 255 or 24.69% from 409); Blue value is 83 (32.81% from 255 or 20.29% from 409); Max value from RGB is 225 - color contains mainly: red. Hex color #E16553 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16553 is #1E9AAC. Grayscale: #888888. Windows color (decimal): -2005677 or 5465569. OLE color: 5465569.

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

Color convert

RGB 225 101 83 -
CMYK 0 0.55 0.63 0.12
HSL 7.61º 0.7% 0.6% -
HSV(B) 7.61º 0.63% 0.88% -
XYZ 37.27 25.94 11.23 -
YUV 136.02 98.08 191.46 -
System Red Green Blue C M Y K H S L
Decimal 225 101 83 0 0.55 0.63 0.12 7.61 0.7 0.6
Hex E1 65 53 0 37 3F C 8 46 3C
Octal 341 145 123 0 67 77 14 10 106 74
Binary 11100001 1100101 1010011 0 110111 111111 1100 1000 1000110 111100

Color Harmonies of #E16553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16553

Black with #E16553

Text Example


Text Example

White with #E16553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16553; }

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

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

background-color css

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

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

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

border-color css

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

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

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