#E35952

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

Shades of Flamingo #E35952

Tints of Flamingo #E35952

Color information

#E35952 (or 0xE35952) is unknown color: approx Flamingo. HEX triplet: E3, 59 and 52. RGB value is (227,89,82). Sum of RGB (Red+Green+Blue) = 227+89+82=398 (52% of max value = 765). Red value is 227 (89.06% from 255 or 57.04% from 398); Green value is 89 (35.16% from 255 or 22.36% from 398); Blue value is 82 (32.42% from 255 or 20.60% from 398); Max value from RGB is 227 - color contains mainly: red. Hex color #E35952 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E35952 is #1CA6AD. Grayscale: #818181. Windows color (decimal): -1877678 or 5396963. OLE color: 5396963.

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

Color convert

RGB2278982-
CMYK00.610.640.11
HSL2.9º72.14%60.59%-
HSV(B)2.9º63.88%89.02%-
XYZ36.7724.0810.69-
YUV129.46101.22197.57-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 57.04%
GREEN value IS 89 (35.16% from 255) = 22.36%
BLUE value IS 82 (32.42% from 255) = 20.60%
R=57.04%
G=22.36%
B=20.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.64
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal227898200.610.640.112.972.1460.59
HexE3595203D40B3483d
Octal34313112207510013311075
Binary1110001110110011010010011110110000001011111001000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E35952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E35952; }

 p { color: rgb(227,89,82); }

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

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

 a { background-color: rgb(227,89,82); }

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

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

 span { border-color: rgb(227,89,82); }

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