Html Css Color HEX #E15850 Flamingo

📋 copy color: '#E15850'

red 225 ◦ green 88 ◦ blue 80

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

Shades of Flamingo #E15850

Tints of Flamingo #E15850

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22.39%

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

R = 57.25%
G = 22.39%
B = 20.36%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#E15850 (or 0xE15850) is known color: Flamingo. HEX triplet: E1, 58 and 50. RGB value is (225,88,80). Sum of RGB (Red+Green+Blue) = 225+88+80=393 (52% of max value = 765). Red value is 225 (88.28% from 255 or 57.25% from 393); Green value is 88 (34.77% from 255 or 22.39% from 393); Blue value is 80 (31.64% from 255 or 20.36% from 393); Max value from RGB is 225 - color contains mainly: red. Hex color #E15850 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15850 is #1EA7AF. Grayscale: #808080. Windows color (decimal): -2009008 or 5265633. OLE color: 5265633.

HSL color Cylindrical-coordinate representation of color #E15850: hue angle of 3.31º 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 #E15850 is Cyan = 0, Magento = 0.61, Yellow = 0.64 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 88 80 -
CMYK 0 0.61 0.64 0.12
HSL 3.31º 0.71% 0.6% -
HSV(B) 3.31º 0.64% 0.88% -
XYZ 35.99 23.57 10.24 -
YUV 128.05 100.89 197.15 -
System Red Green Blue C M Y K H S L
Decimal 225 88 80 0 0.61 0.64 0.12 3.31 0.71 0.6
Hex E1 58 50 0 3D 40 C 3 47 3C
Octal 341 130 120 0 75 100 14 3 107 74
Binary 11100001 1011000 1010000 0 111101 1000000 1100 11 1000111 111100

Color Harmonies of #E15850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15850

Black with #E15850

Text Example


Text Example

White with #E15850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15850; }

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

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

background-color css

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

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

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

border-color css

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

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

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