Html Css Color HEX #E16348 Flamingo

📋 copy color: '#E16348'

red 225 ◦ green 99 ◦ blue 72

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

Shades of Flamingo #E16348

Tints of Flamingo #E16348

RGB

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

 GREEN value IS 99 (39.06% from 255) = 25%

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

R = 56.82%
G = 25%
B = 18.18%

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

#E16348 (or 0xE16348) is known color: Flamingo. HEX triplet: E1, 63 and 48. RGB value is (225,99,72). Sum of RGB (Red+Green+Blue) = 225+99+72=396 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.82% from 396); Green value is 99 (39.06% from 255 or 25% from 396); Blue value is 72 (28.52% from 255 or 18.18% from 396); Max value from RGB is 225 - color contains mainly: red. Hex color #E16348 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E16348 is #1E9CB7. Grayscale: #858585. Windows color (decimal): -2006200 or 4744161. OLE color: 4744161.

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

Color convert

RGB 225 99 72 -
CMYK 0 0.56 0.68 0.12
HSL 10.59º 0.72% 0.58% -
HSV(B) 10.59º 0.68% 0.88% -
XYZ 36.68 25.4 9.1 -
YUV 133.6 93.24 193.2 -
System Red Green Blue C M Y K H S L
Decimal 225 99 72 0 0.56 0.68 0.12 10.59 0.72 0.58
Hex E1 63 48 0 38 44 C B 48 3A
Octal 341 143 110 0 70 104 14 13 110 72
Binary 11100001 1100011 1001000 0 111000 1000100 1100 1011 1001000 111010

Color Harmonies of #E16348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16348

Black with #E16348

Text Example


Text Example

White with #E16348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16348; }

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

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

background-color css

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

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

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

border-color css

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

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

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