Html Css Color HEX #E15C4A Flamingo

📋 copy color: '#E15C4A'

red 225 ◦ green 92 ◦ blue 74

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

Shades of Flamingo #E15C4A

Tints of Flamingo #E15C4A

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.53%

 BLUE value IS 74 (29.3% from 255) = 18.93%

R = 57.54%
G = 23.53%
B = 18.93%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#E15C4A (or 0xE15C4A) is known color: Flamingo. HEX triplet: E1, 5C and 4A. RGB value is (225,92,74). Sum of RGB (Red+Green+Blue) = 225+92+74=391 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.54% from 391); Green value is 92 (36.33% from 255 or 23.53% from 391); Blue value is 74 (29.30% from 255 or 18.93% from 391); Max value from RGB is 225 - color contains mainly: red. Hex color #E15C4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E15C4A is #1EA3B5. Grayscale: #818181. Windows color (decimal): -2007990 or 4873441. OLE color: 4873441.

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

Color convert

RGB 225 92 74 -
CMYK 0 0.59 0.67 0.12
HSL 7.15º 0.72% 0.59% -
HSV(B) 7.15º 0.67% 0.88% -
XYZ 36.11 24.16 9.24 -
YUV 129.72 96.56 195.96 -
System Red Green Blue C M Y K H S L
Decimal 225 92 74 0 0.59 0.67 0.12 7.15 0.72 0.59
Hex E1 5C 4A 0 3B 43 C 7 48 3B
Octal 341 134 112 0 73 103 14 7 110 73
Binary 11100001 1011100 1001010 0 111011 1000011 1100 111 1001000 111011

Color Harmonies of #E15C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15C4A

Black with #E15C4A

Text Example


Text Example

White with #E15C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15C4A; }

 p { color: rgb(225,92,74); }

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

background-color css

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

 a { background-color: rgb(225,92,74); }

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

border-color css

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

 span { border-color: rgb(225,92,74); }

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