Html Css Color HEX #E15D52 Flamingo

📋 copy color: '#E15D52'

red 225 ◦ green 93 ◦ blue 82

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

Shades of Flamingo #E15D52

Tints of Flamingo #E15D52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 20.5%

R = 56.25%
G = 23.25%
B = 20.5%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#E15D52 (or 0xE15D52) is known color: Flamingo. HEX triplet: E1, 5D and 52. RGB value is (225,93,82). Sum of RGB (Red+Green+Blue) = 225+93+82=400 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.25% from 400); Green value is 93 (36.72% from 255 or 23.25% from 400); Blue value is 82 (32.42% from 255 or 20.5% from 400); Max value from RGB is 225 - color contains mainly: red. Hex color #E15D52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15D52 is #1EA2AD. Grayscale: #838383. Windows color (decimal): -2007726 or 5397985. OLE color: 5397985.

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

Color convert

RGB 225 93 82 -
CMYK 0 0.59 0.64 0.12
HSL 4.62º 0.7% 0.6% -
HSV(B) 4.62º 0.64% 0.88% -
XYZ 36.49 24.45 10.78 -
YUV 131.21 100.23 194.89 -
System Red Green Blue C M Y K H S L
Decimal 225 93 82 0 0.59 0.64 0.12 4.62 0.7 0.6
Hex E1 5D 52 0 3B 40 C 5 46 3C
Octal 341 135 122 0 73 100 14 5 106 74
Binary 11100001 1011101 1010010 0 111011 1000000 1100 101 1000110 111100

Color Harmonies of #E15D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15D52

Black with #E15D52

Text Example


Text Example

White with #E15D52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15D52; }

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

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

background-color css

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

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

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

border-color css

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

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

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