Html Css Color HEX #E16048 Flamingo

📋 copy color: '#E16048'

red 225 ◦ green 96 ◦ blue 72

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

Shades of Flamingo #E16048

Tints of Flamingo #E16048

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24.43%

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

R = 57.25%
G = 24.43%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.68

 K value IS 0.12

RGB Variations

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

Color information

#E16048 (or 0xE16048) is known color: Flamingo. HEX triplet: E1, 60 and 48. RGB value is (225,96,72). Sum of RGB (Red+Green+Blue) = 225+96+72=393 (52% of max value = 765). Red value is 225 (88.28% from 255 or 57.25% from 393); Green value is 96 (37.89% from 255 or 24.43% from 393); Blue value is 72 (28.52% from 255 or 18.32% from 393); Max value from RGB is 225 - color contains mainly: red. Hex color #E16048 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E16048 is #1E9FB7. Grayscale: #848484. Windows color (decimal): -2006968 or 4743393. OLE color: 4743393.

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

Color convert

RGB 225 96 72 -
CMYK 0 0.57 0.68 0.12
HSL 9.41º 0.72% 0.58% -
HSV(B) 9.41º 0.68% 0.88% -
XYZ 36.4 24.84 9.01 -
YUV 131.84 94.24 194.45 -
System Red Green Blue C M Y K H S L
Decimal 225 96 72 0 0.57 0.68 0.12 9.41 0.72 0.58
Hex E1 60 48 0 39 44 C 9 48 3A
Octal 341 140 110 0 71 104 14 11 110 72
Binary 11100001 1100000 1001000 0 111001 1000100 1100 1001 1001000 111010

Color Harmonies of #E16048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16048

Black with #E16048

Text Example


Text Example

White with #E16048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16048; }

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

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

background-color css

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

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

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

border-color css

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

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

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