Html Css Color HEX #E16152 Flamingo

📋 copy color: '#E16152'

red 225 ◦ green 97 ◦ blue 82

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

Shades of Flamingo #E16152

Tints of Flamingo #E16152

RGB

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

 GREEN value IS 97 (38.28% from 255) = 24.01%

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

R = 55.69%
G = 24.01%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#E16152 (or 0xE16152) is known color: Flamingo. HEX triplet: E1, 61 and 52. RGB value is (225,97,82). Sum of RGB (Red+Green+Blue) = 225+97+82=404 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.69% from 404); Green value is 97 (38.28% from 255 or 24.01% from 404); Blue value is 82 (32.42% from 255 or 20.30% from 404); Max value from RGB is 225 - color contains mainly: red. Hex color #E16152 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16152 is #1E9EAD. Grayscale: #858585. Windows color (decimal): -2006702 or 5399009. OLE color: 5399009.

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

Color convert

RGB 225 97 82 -
CMYK 0 0.57 0.64 0.12
HSL 6.29º 0.7% 0.6% -
HSV(B) 6.29º 0.64% 0.88% -
XYZ 36.85 25.17 10.9 -
YUV 133.56 98.91 193.22 -
System Red Green Blue C M Y K H S L
Decimal 225 97 82 0 0.57 0.64 0.12 6.29 0.7 0.6
Hex E1 61 52 0 39 40 C 6 46 3C
Octal 341 141 122 0 71 100 14 6 106 74
Binary 11100001 1100001 1010010 0 111001 1000000 1100 110 1000110 111100

Color Harmonies of #E16152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16152

Black with #E16152

Text Example


Text Example

White with #E16152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16152; }

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

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

background-color css

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

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

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

border-color css

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

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

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