Html Css Color HEX #E15940 Flamingo

📋 copy color: '#E15940'

red 225 ◦ green 89 ◦ blue 64

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

Shades of Flamingo #E15940

Tints of Flamingo #E15940

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.54%

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

R = 59.52%
G = 23.54%
B = 16.93%

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

#E15940 (or 0xE15940) is known color: Flamingo. HEX triplet: E1, 59 and 40. RGB value is (225,89,64). Sum of RGB (Red+Green+Blue) = 225+89+64=378 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.52% from 378); Green value is 89 (35.16% from 255 or 23.54% from 378); Blue value is 64 (25.39% from 255 or 16.93% from 378); Max value from RGB is 225 - color contains mainly: red. Hex color #E15940 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E15940 is #1EA6BF. Grayscale: #7F7F7F. Windows color (decimal): -2008768 or 4217313. OLE color: 4217313.

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

Color convert

RGB 225 89 64 -
CMYK 0 0.60 0.72 0.12
HSL 9.32º 0.73% 0.57% -
HSV(B) 9.32º 0.72% 0.88% -
XYZ 35.55 23.52 7.52 -
YUV 126.81 92.56 198.03 -
System Red Green Blue C M Y K H S L
Decimal 225 89 64 0 0.60 0.72 0.12 9.32 0.73 0.57
Hex E1 59 40 0 3C 48 C 9 49 39
Octal 341 131 100 0 74 110 14 11 111 71
Binary 11100001 1011001 1000000 0 111100 1001000 1100 1001 1001001 111001

Color Harmonies of #E15940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15940

Black with #E15940

Text Example


Text Example

White with #E15940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15940; }

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

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

background-color css

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

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

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

border-color css

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

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

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