Html Css Color HEX #E15A3E Flamingo

📋 copy color: '#E15A3E'

red 225 ◦ green 90 ◦ blue 62

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

Shades of Flamingo #E15A3E

Tints of Flamingo #E15A3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 16.45%

R = 59.68%
G = 23.87%
B = 16.45%

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

#E15A3E (or 0xE15A3E) is known color: Flamingo. HEX triplet: E1, 5A and 3E. RGB value is (225,90,62). Sum of RGB (Red+Green+Blue) = 225+90+62=377 (49% of max value = 765). Red value is 225 (88.28% from 255 or 59.68% from 377); Green value is 90 (35.55% from 255 or 23.87% from 377); Blue value is 62 (24.61% from 255 or 16.45% from 377); Max value from RGB is 225 - color contains mainly: red. Hex color #E15A3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E15A3E is #1EA5C1. Grayscale: #7F7F7F. Windows color (decimal): -2008514 or 4086497. OLE color: 4086497.

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

Color convert

RGB 225 90 62 -
CMYK 0 0.60 0.72 0.12
HSL 10.31º 0.73% 0.56% -
HSV(B) 10.31º 0.72% 0.88% -
XYZ 35.58 23.67 7.25 -
YUV 127.17 91.23 197.78 -
System Red Green Blue C M Y K H S L
Decimal 225 90 62 0 0.60 0.72 0.12 10.31 0.73 0.56
Hex E1 5A 3E 0 3C 48 C A 49 38
Octal 341 132 76 0 74 110 14 12 111 70
Binary 11100001 1011010 111110 0 111100 1001000 1100 1010 1001001 111000

Color Harmonies of #E15A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15A3E

Black with #E15A3E

Text Example


Text Example

White with #E15A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15A3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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