Html Css Color HEX #E16552 Flamingo

📋 copy color: '#E16552'

red 225 ◦ green 101 ◦ blue 82

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

Shades of Flamingo #E16552

Tints of Flamingo #E16552

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 20.1%

R = 55.15%
G = 24.75%
B = 20.1%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#E16552 (or 0xE16552) is known color: Flamingo. HEX triplet: E1, 65 and 52. RGB value is (225,101,82). Sum of RGB (Red+Green+Blue) = 225+101+82=408 (54% of max value = 765). Red value is 225 (88.28% from 255 or 55.15% from 408); Green value is 101 (39.84% from 255 or 24.75% from 408); Blue value is 82 (32.42% from 255 or 20.10% from 408); Max value from RGB is 225 - color contains mainly: red. Hex color #E16552 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16552 is #1E9AAD. Grayscale: #888888. Windows color (decimal): -2005678 or 5400033. OLE color: 5400033.

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

Color convert

RGB 225 101 82 -
CMYK 0 0.55 0.64 0.12
HSL 7.97º 0.7% 0.6% -
HSV(B) 7.97º 0.64% 0.88% -
XYZ 37.23 25.92 11.02 -
YUV 135.91 97.58 191.54 -
System Red Green Blue C M Y K H S L
Decimal 225 101 82 0 0.55 0.64 0.12 7.97 0.7 0.6
Hex E1 65 52 0 37 40 C 8 46 3C
Octal 341 145 122 0 67 100 14 10 106 74
Binary 11100001 1100101 1010010 0 110111 1000000 1100 1000 1000110 111100

Color Harmonies of #E16552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16552

Black with #E16552

Text Example


Text Example

White with #E16552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16552; }

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

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

background-color css

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

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

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

border-color css

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

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

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