Html Css Color HEX #E15A47 Flamingo

📋 copy color: '#E15A47'

red 225 ◦ green 90 ◦ blue 71

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

Shades of Flamingo #E15A47

Tints of Flamingo #E15A47

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.32%

 BLUE value IS 71 (28.13% from 255) = 18.39%

R = 58.29%
G = 23.32%
B = 18.39%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.68

 K value IS 0.12

RGB Variations

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

Color information

#E15A47 (or 0xE15A47) is known color: Flamingo. HEX triplet: E1, 5A and 47. RGB value is (225,90,71). Sum of RGB (Red+Green+Blue) = 225+90+71=386 (51% of max value = 765). Red value is 225 (88.28% from 255 or 58.29% from 386); Green value is 90 (35.55% from 255 or 23.32% from 386); Blue value is 71 (28.12% from 255 or 18.39% from 386); Max value from RGB is 225 - color contains mainly: red. Hex color #E15A47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E15A47 is #1EA5B8. Grayscale: #808080. Windows color (decimal): -2008505 or 4676321. OLE color: 4676321.

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

Color convert

RGB 225 90 71 -
CMYK 0 0.60 0.68 0.12
HSL 7.4º 0.72% 0.58% -
HSV(B) 7.4º 0.68% 0.88% -
XYZ 35.84 23.77 8.66 -
YUV 128.2 95.73 197.04 -
System Red Green Blue C M Y K H S L
Decimal 225 90 71 0 0.60 0.68 0.12 7.4 0.72 0.58
Hex E1 5A 47 0 3C 44 C 7 48 3A
Octal 341 132 107 0 74 104 14 7 110 72
Binary 11100001 1011010 1000111 0 111100 1000100 1100 111 1001000 111010

Color Harmonies of #E15A47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15A47

Black with #E15A47

Text Example


Text Example

White with #E15A47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15A47; }

 p { color: rgb(225,90,71); }

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

background-color css

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

 a { background-color: rgb(225,90,71); }

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

border-color css

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

 span { border-color: rgb(225,90,71); }

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