Html Css Color HEX #E15F40 Flamingo

📋 copy color: '#E15F40'

red 225 ◦ green 95 ◦ blue 64

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

Shades of Flamingo #E15F40

Tints of Flamingo #E15F40

RGB

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

 GREEN value IS 95 (37.5% from 255) = 24.74%

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

R = 58.59%
G = 24.74%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.72

 K value IS 0.12

RGB Variations

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

Color information

#E15F40 (or 0xE15F40) is known color: Flamingo. HEX triplet: E1, 5F and 40. RGB value is (225,95,64). Sum of RGB (Red+Green+Blue) = 225+95+64=384 (50% of max value = 765). Red value is 225 (88.28% from 255 or 58.59% from 384); Green value is 95 (37.5% from 255 or 24.74% from 384); Blue value is 64 (25.39% from 255 or 16.67% from 384); Max value from RGB is 225 - color contains mainly: red. Hex color #E15F40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E15F40 is #1EA0BF. Grayscale: #828282. Windows color (decimal): -2007232 or 4218849. OLE color: 4218849.

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

Color convert

RGB 225 95 64 -
CMYK 0 0.58 0.72 0.12
HSL 11.55º 0.73% 0.57% -
HSV(B) 11.55º 0.72% 0.88% -
XYZ 36.07 24.56 7.69 -
YUV 130.34 90.57 195.52 -
System Red Green Blue C M Y K H S L
Decimal 225 95 64 0 0.58 0.72 0.12 11.55 0.73 0.57
Hex E1 5F 40 0 3A 48 C C 49 39
Octal 341 137 100 0 72 110 14 14 111 71
Binary 11100001 1011111 1000000 0 111010 1001000 1100 1100 1001001 111001

Color Harmonies of #E15F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15F40

Black with #E15F40

Text Example


Text Example

White with #E15F40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15F40; }

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

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

background-color css

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

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

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

border-color css

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

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

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