Html Css Color HEX #E16248 Flamingo

📋 copy color: '#E16248'

red 225 ◦ green 98 ◦ blue 72

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

Shades of Flamingo #E16248

Tints of Flamingo #E16248

RGB

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

 GREEN value IS 98 (38.67% from 255) = 24.81%

 BLUE value IS 72 (28.52% from 255) = 18.23%

R = 56.96%
G = 24.81%
B = 18.23%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.68

 K value IS 0.12

RGB Variations

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

Color information

#E16248 (or 0xE16248) is known color: Flamingo. HEX triplet: E1, 62 and 48. RGB value is (225,98,72). Sum of RGB (Red+Green+Blue) = 225+98+72=395 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.96% from 395); Green value is 98 (38.67% from 255 or 24.81% from 395); Blue value is 72 (28.52% from 255 or 18.23% from 395); Max value from RGB is 225 - color contains mainly: red. Hex color #E16248 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E16248 is #1E9DB7. Grayscale: #858585. Windows color (decimal): -2006456 or 4743905. OLE color: 4743905.

HSL color Cylindrical-coordinate representation of color #E16248: hue angle of 10.2º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E16248 is Cyan = 0, Magento = 0.56, Yellow = 0.68 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 98 72 -
CMYK 0 0.56 0.68 0.12
HSL 10.2º 0.72% 0.58% -
HSV(B) 10.2º 0.68% 0.88% -
XYZ 36.59 25.21 9.07 -
YUV 133.01 93.58 193.61 -
System Red Green Blue C M Y K H S L
Decimal 225 98 72 0 0.56 0.68 0.12 10.2 0.72 0.58
Hex E1 62 48 0 38 44 C A 48 3A
Octal 341 142 110 0 70 104 14 12 110 72
Binary 11100001 1100010 1001000 0 111000 1000100 1100 1010 1001000 111010

Color Harmonies of #E16248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16248

Black with #E16248

Text Example


Text Example

White with #E16248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16248; }

 p { color: rgb(225,98,72); }

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

background-color css

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

 a { background-color: rgb(225,98,72); }

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

border-color css

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

 span { border-color: rgb(225,98,72); }

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