Html Css Color HEX #E16852 Flamingo

📋 copy color: '#E16852'

red 225 ◦ green 104 ◦ blue 82

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

Shades of Flamingo #E16852

Tints of Flamingo #E16852

RGB

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

 GREEN value IS 104 (41.02% from 255) = 25.3%

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

R = 54.74%
G = 25.3%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#E16852 (or 0xE16852) is known color: Flamingo. HEX triplet: E1, 68 and 52. RGB value is (225,104,82). Sum of RGB (Red+Green+Blue) = 225+104+82=411 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.74% from 411); Green value is 104 (41.02% from 255 or 25.30% from 411); Blue value is 82 (32.42% from 255 or 19.95% from 411); Max value from RGB is 225 - color contains mainly: red. Hex color #E16852 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16852 is #1E97AD. Grayscale: #898989. Windows color (decimal): -2004910 or 5400801. OLE color: 5400801.

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

Color convert

RGB 225 104 82 -
CMYK 0 0.54 0.64 0.12
HSL 9.23º 0.7% 0.6% -
HSV(B) 9.23º 0.64% 0.88% -
XYZ 37.52 26.52 11.12 -
YUV 137.67 96.59 190.29 -
System Red Green Blue C M Y K H S L
Decimal 225 104 82 0 0.54 0.64 0.12 9.23 0.7 0.6
Hex E1 68 52 0 36 40 C 9 46 3C
Octal 341 150 122 0 66 100 14 11 106 74
Binary 11100001 1101000 1010010 0 110110 1000000 1100 1001 1000110 111100

Color Harmonies of #E16852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16852

Black with #E16852

Text Example


Text Example

White with #E16852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16852; }

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

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

background-color css

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

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

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

border-color css

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

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

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