#E35B42

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

Shades of Flamingo #E35B42

Tints of Flamingo #E35B42

Color information

#E35B42 (or 0xE35B42) is unknown color: approx Flamingo. HEX triplet: E3, 5B and 42. RGB value is (227,91,66). Sum of RGB (Red+Green+Blue) = 227+91+66=384 (50% of max value = 765). Red value is 227 (89.06% from 255 or 59.11% from 384); Green value is 91 (35.94% from 255 or 23.70% from 384); Blue value is 66 (26.17% from 255 or 17.19% from 384); Max value from RGB is 227 - color contains mainly: red. Hex color #E35B42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E35B42 is #1CA4BD. Grayscale: #818181. Windows color (decimal): -1877182 or 4348899. OLE color: 4348899.

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

Color convert

RGB2279166-
CMYK00.600.710.11
HSL9.32º74.19%57.45%-
HSV(B)9.32º70.93%89.02%-
XYZ36.424.217.91-
YUV128.8192.56198.03-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 59.11%
GREEN value IS 91 (35.94% from 255) = 23.70%
BLUE value IS 66 (26.17% from 255) = 17.19%
R=59.11%
G=23.70%
B=17.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.71
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal227916600.600.710.119.3274.1957.45
HexE35B4203C47B94a39
Octal343133102074107131111271
Binary111000111011011100001001111001000111101110011001010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E35B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E35B42; }

 p { color: rgb(227,91,66); }

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

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

 a { background-color: rgb(227,91,66); }

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

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

 span { border-color: rgb(227,91,66); }

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