Html Css Color HEX #E15C54 Flamingo

📋 copy color: '#E15C54'

red 225 ◦ green 92 ◦ blue 84

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

Shades of Flamingo #E15C54

Tints of Flamingo #E15C54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 20.95%

R = 56.11%
G = 22.94%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.63

 K value IS 0.12

RGB Variations

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

Color information

#E15C54 (or 0xE15C54) is known color: Flamingo. HEX triplet: E1, 5C and 54. RGB value is (225,92,84). Sum of RGB (Red+Green+Blue) = 225+92+84=401 (53% of max value = 765). Red value is 225 (88.28% from 255 or 56.11% from 401); Green value is 92 (36.33% from 255 or 22.94% from 401); Blue value is 84 (33.20% from 255 or 20.95% from 401); Max value from RGB is 225 - color contains mainly: red. Hex color #E15C54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15C54 is #1EA3AB. Grayscale: #838383. Windows color (decimal): -2007980 or 5528801. OLE color: 5528801.

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

Color convert

RGB 225 92 84 -
CMYK 0 0.59 0.63 0.12
HSL 3.4º 0.7% 0.61% -
HSV(B) 3.4º 0.63% 0.88% -
XYZ 36.48 24.3 11.16 -
YUV 130.86 101.56 195.15 -
System Red Green Blue C M Y K H S L
Decimal 225 92 84 0 0.59 0.63 0.12 3.4 0.7 0.61
Hex E1 5C 54 0 3B 3F C 3 46 3D
Octal 341 134 124 0 73 77 14 3 106 75
Binary 11100001 1011100 1010100 0 111011 111111 1100 11 1000110 111101

Color Harmonies of #E15C54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15C54

Black with #E15C54

Text Example


Text Example

White with #E15C54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15C54; }

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

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

background-color css

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

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

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

border-color css

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

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

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