Html Css Color HEX #E15D4A Flamingo

📋 copy color: '#E15D4A'

red 225 ◦ green 93 ◦ blue 74

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

Shades of Flamingo #E15D4A

Tints of Flamingo #E15D4A

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.72%

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

R = 57.4%
G = 23.72%
B = 18.88%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#E15D4A (or 0xE15D4A) is known color: Flamingo. HEX triplet: E1, 5D and 4A. RGB value is (225,93,74). Sum of RGB (Red+Green+Blue) = 225+93+74=392 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.40% from 392); Green value is 93 (36.72% from 255 or 23.72% from 392); Blue value is 74 (29.30% from 255 or 18.88% from 392); Max value from RGB is 225 - color contains mainly: red. Hex color #E15D4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E15D4A is #1EA2B5. Grayscale: #828282. Windows color (decimal): -2007734 or 4873697. OLE color: 4873697.

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

Color convert

RGB 225 93 74 -
CMYK 0 0.59 0.67 0.12
HSL 7.55º 0.72% 0.59% -
HSV(B) 7.55º 0.67% 0.88% -
XYZ 36.2 24.33 9.27 -
YUV 130.3 96.23 195.54 -
System Red Green Blue C M Y K H S L
Decimal 225 93 74 0 0.59 0.67 0.12 7.55 0.72 0.59
Hex E1 5D 4A 0 3B 43 C 8 48 3B
Octal 341 135 112 0 73 103 14 10 110 73
Binary 11100001 1011101 1001010 0 111011 1000011 1100 1000 1001000 111011

Color Harmonies of #E15D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15D4A

Black with #E15D4A

Text Example


Text Example

White with #E15D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15D4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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