#E35F51

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

Shades of Flamingo #E35F51

Tints of Flamingo #E35F51

Color information

#E35F51 (or 0xE35F51) is unknown color: approx Flamingo. HEX triplet: E3, 5F and 51. RGB value is (227,95,81). Sum of RGB (Red+Green+Blue) = 227+95+81=403 (53% of max value = 765). Red value is 227 (89.06% from 255 or 56.33% from 403); Green value is 95 (37.5% from 255 or 23.57% from 403); Blue value is 81 (32.03% from 255 or 20.10% from 403); Max value from RGB is 227 - color contains mainly: red. Hex color #E35F51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E35F51 is #1CA0AE. Grayscale: #858585. Windows color (decimal): -1876143 or 5332963. OLE color: 5332963.

HSL color Cylindrical-coordinate representation of color #E35F51: hue angle of 5.75º degrees, saturation: 0.72, 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 #E35F51 is Cyan = 0, Magento = 0.58, Yellow = 0.64 and Black (K on CMYK) = 0.11.

Color convert

RGB2279581-
CMYK00.580.640.11
HSL5.75º72.28%60.39%-
HSV(B)5.75º64.32%89.02%-
XYZ37.2625.1110.67-
YUV132.8798.73195.14-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 56.33%
GREEN value IS 95 (37.5% from 255) = 23.57%
BLUE value IS 81 (32.03% from 255) = 20.10%
R=56.33%
G=23.57%
B=20.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.64
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal227958100.580.640.115.7572.2860.39
HexE35F5103A40B6483c
Octal34313712107210013611074
Binary11100011101111110100010111010100000010111101001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E35F51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E35F51; }

 p { color: rgb(227,95,81); }

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

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

 a { background-color: rgb(227,95,81); }

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

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

 span { border-color: rgb(227,95,81); }

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