Html Css Color HEX #E15E55 Flamingo

📋 copy color: '#E15E55'

red 225 ◦ green 94 ◦ blue 85

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

Shades of Flamingo #E15E55

Tints of Flamingo #E15E55

RGB

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

 GREEN value IS 94 (37.11% from 255) = 23.27%

 BLUE value IS 85 (33.59% from 255) = 21.04%

R = 55.69%
G = 23.27%
B = 21.04%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.62

 K value IS 0.12

RGB Variations

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

Color information

#E15E55 (or 0xE15E55) is known color: Flamingo. HEX triplet: E1, 5E and 55. RGB value is (225,94,85). Sum of RGB (Red+Green+Blue) = 225+94+85=404 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.69% from 404); Green value is 94 (37.11% from 255 or 23.27% from 404); Blue value is 85 (33.59% from 255 or 21.04% from 404); Max value from RGB is 225 - color contains mainly: red. Hex color #E15E55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15E55 is #1EA1AA. Grayscale: #848484. Windows color (decimal): -2007467 or 5594849. OLE color: 5594849.

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

Color convert

RGB 225 94 85 -
CMYK 0 0.58 0.62 0.12
HSL 3.86º 0.7% 0.61% -
HSV(B) 3.86º 0.62% 0.88% -
XYZ 36.69 24.67 11.42 -
YUV 132.14 101.4 194.23 -
System Red Green Blue C M Y K H S L
Decimal 225 94 85 0 0.58 0.62 0.12 3.86 0.7 0.61
Hex E1 5E 55 0 3A 3E C 4 46 3D
Octal 341 136 125 0 72 76 14 4 106 75
Binary 11100001 1011110 1010101 0 111010 111110 1100 100 1000110 111101

Color Harmonies of #E15E55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15E55

Black with #E15E55

Text Example


Text Example

White with #E15E55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15E55; }

 p { color: rgb(225,94,85); }

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

background-color css

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

 a { background-color: rgb(225,94,85); }

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

border-color css

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

 span { border-color: rgb(225,94,85); }

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