Html Css Color HEX #E15A40 Flamingo

📋 copy color: '#E15A40'

red 225 ◦ green 90 ◦ blue 64

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

Shades of Flamingo #E15A40

Tints of Flamingo #E15A40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 16.89%

R = 59.37%
G = 23.75%
B = 16.89%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.72

 K value IS 0.12

RGB Variations

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

Color information

#E15A40 (or 0xE15A40) is known color: Flamingo. HEX triplet: E1, 5A and 40. RGB value is (225,90,64). Sum of RGB (Red+Green+Blue) = 225+90+64=379 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.37% from 379); Green value is 90 (35.55% from 255 or 23.75% from 379); Blue value is 64 (25.39% from 255 or 16.89% from 379); Max value from RGB is 225 - color contains mainly: red. Hex color #E15A40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E15A40 is #1EA5BF. Grayscale: #7F7F7F. Windows color (decimal): -2008512 or 4217569. OLE color: 4217569.

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

Color convert

RGB 225 90 64 -
CMYK 0 0.60 0.72 0.12
HSL 9.69º 0.73% 0.57% -
HSV(B) 9.69º 0.72% 0.88% -
XYZ 35.63 23.69 7.55 -
YUV 127.4 92.23 197.61 -
System Red Green Blue C M Y K H S L
Decimal 225 90 64 0 0.60 0.72 0.12 9.69 0.73 0.57
Hex E1 5A 40 0 3C 48 C A 49 39
Octal 341 132 100 0 74 110 14 12 111 71
Binary 11100001 1011010 1000000 0 111100 1001000 1100 1010 1001001 111001

Color Harmonies of #E15A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15A40

Black with #E15A40

Text Example


Text Example

White with #E15A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15A40; }

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

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

background-color css

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

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

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

border-color css

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

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

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