Html Css Color HEX #E15950 Flamingo

📋 copy color: '#E15950'

red 225 ◦ green 89 ◦ blue 80

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

Shades of Flamingo #E15950

Tints of Flamingo #E15950

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 20.3%

R = 57.11%
G = 22.59%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#E15950 (or 0xE15950) is known color: Flamingo. HEX triplet: E1, 59 and 50. RGB value is (225,89,80). Sum of RGB (Red+Green+Blue) = 225+89+80=394 (52% of max value = 765). Red value is 225 (88.28% from 255 or 57.11% from 394); Green value is 89 (35.16% from 255 or 22.59% from 394); Blue value is 80 (31.64% from 255 or 20.30% from 394); Max value from RGB is 225 - color contains mainly: red. Hex color #E15950 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15950 is #1EA6AF. Grayscale: #808080. Windows color (decimal): -2008752 or 5265889. OLE color: 5265889.

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

Color convert

RGB 225 89 80 -
CMYK 0 0.60 0.64 0.12
HSL 3.72º 0.71% 0.6% -
HSV(B) 3.72º 0.64% 0.88% -
XYZ 36.07 23.73 10.27 -
YUV 128.64 100.56 196.73 -
System Red Green Blue C M Y K H S L
Decimal 225 89 80 0 0.60 0.64 0.12 3.72 0.71 0.6
Hex E1 59 50 0 3C 40 C 4 47 3C
Octal 341 131 120 0 74 100 14 4 107 74
Binary 11100001 1011001 1010000 0 111100 1000000 1100 100 1000111 111100

Color Harmonies of #E15950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15950

Black with #E15950

Text Example


Text Example

White with #E15950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15950; }

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

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

background-color css

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

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

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

border-color css

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

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

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