Html Css Color HEX #E1584A Flamingo

📋 copy color: '#E1584A'

red 225 ◦ green 88 ◦ blue 74

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

Shades of Flamingo #E1584A

Tints of Flamingo #E1584A

RGB

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

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

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

R = 58.14%
G = 22.74%
B = 19.12%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#E1584A (or 0xE1584A) is known color: Flamingo. HEX triplet: E1, 58 and 4A. RGB value is (225,88,74). Sum of RGB (Red+Green+Blue) = 225+88+74=387 (51% of max value = 765). Red value is 225 (88.28% from 255 or 58.14% from 387); Green value is 88 (34.77% from 255 or 22.74% from 387); Blue value is 74 (29.30% from 255 or 19.12% from 387); Max value from RGB is 225 - color contains mainly: red. Hex color #E1584A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E1584A is #1EA7B5. Grayscale: #7F7F7F. Windows color (decimal): -2009014 or 4872417. OLE color: 4872417.

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

Color convert

RGB 225 88 74 -
CMYK 0 0.61 0.67 0.12
HSL 5.56º 0.72% 0.59% -
HSV(B) 5.56º 0.67% 0.88% -
XYZ 35.78 23.48 9.13 -
YUV 127.37 97.89 197.64 -
System Red Green Blue C M Y K H S L
Decimal 225 88 74 0 0.61 0.67 0.12 5.56 0.72 0.59
Hex E1 58 4A 0 3D 43 C 6 48 3B
Octal 341 130 112 0 75 103 14 6 110 73
Binary 11100001 1011000 1001010 0 111101 1000011 1100 110 1001000 111011

Color Harmonies of #E1584A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1584A

Black with #E1584A

Text Example


Text Example

White with #E1584A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1584A; }

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

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

background-color css

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

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

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

border-color css

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

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

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