Html Css Color HEX #E16752 Flamingo

📋 copy color: '#E16752'

red 225 ◦ green 103 ◦ blue 82

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

Shades of Flamingo #E16752

Tints of Flamingo #E16752

RGB

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

 GREEN value IS 103 (40.63% from 255) = 25.12%

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

R = 54.88%
G = 25.12%
B = 20%

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

#E16752 (or 0xE16752) is known color: Flamingo. HEX triplet: E1, 67 and 52. RGB value is (225,103,82). Sum of RGB (Red+Green+Blue) = 225+103+82=410 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.88% from 410); Green value is 103 (40.62% from 255 or 25.12% from 410); Blue value is 82 (32.42% from 255 or 20% from 410); Max value from RGB is 225 - color contains mainly: red. Hex color #E16752 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16752 is #1E98AD. Grayscale: #898989. Windows color (decimal): -2005166 or 5400545. OLE color: 5400545.

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

Color convert

RGB 225 103 82 -
CMYK 0 0.54 0.64 0.12
HSL 8.81º 0.7% 0.6% -
HSV(B) 8.81º 0.64% 0.88% -
XYZ 37.42 26.32 11.09 -
YUV 137.08 96.92 190.71 -
System Red Green Blue C M Y K H S L
Decimal 225 103 82 0 0.54 0.64 0.12 8.81 0.7 0.6
Hex E1 67 52 0 36 40 C 9 46 3C
Octal 341 147 122 0 66 100 14 11 106 74
Binary 11100001 1100111 1010010 0 110110 1000000 1100 1001 1000110 111100

Color Harmonies of #E16752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16752

Black with #E16752

Text Example


Text Example

White with #E16752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16752; }

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

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

background-color css

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

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

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

border-color css

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

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

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