#E25D52

Color #E25D52 Flamingo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Flamingo #E25D52

Tints of Flamingo #E25D52

Color information

#E25D52 (or 0xE25D52) is unknown color: approx Flamingo. HEX triplet: E2, 5D and 52. RGB value is (226,93,82). Sum of RGB (Red+Green+Blue) = 226+93+82=401 (53% of max value = 765). Red value is 226 (88.67% from 255 or 56.36% from 401); Green value is 93 (36.72% from 255 or 23.19% from 401); Blue value is 82 (32.42% from 255 or 20.45% from 401); Max value from RGB is 226 - color contains mainly: red. Hex color #E25D52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E25D52 is #1DA2AD. Grayscale: #838383. Windows color (decimal): -1942190 or 5397986. OLE color: 5397986.

HSL color Cylindrical-coordinate representation of color #E25D52: hue angle of 4.58º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E25D52 is Cyan = 0, Magento = 0.59, Yellow = 0.64 and Black (K on CMYK) = 0.11.

Color convert

RGB2269382-
CMYK00.590.640.11
HSL4.58º71.29%60.39%-
HSV(B)4.58º63.72%88.63%-
XYZ36.824.6110.79-
YUV131.51100.06195.39-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 56.36%
GREEN value IS 93 (36.72% from 255) = 23.19%
BLUE value IS 82 (32.42% from 255) = 20.45%
R=56.36%
G=23.19%
B=20.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.64
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226938200.590.640.114.5871.2960.39
HexE25D5203B40B5473c
Octal34213512207310013510774
Binary11100010101110110100100111011100000010111011000111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E25D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E25D52; }

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

 H1.HeaderClassName
 {
   color: #E25D52;
 }
 .AnyTagClassName
 {
   color: #E25D52;
 }
</style>
background-color css

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

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

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

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

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

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