#E66157

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

Shades of Flamingo #E66157

Tints of Flamingo #E66157

Color information

#E66157 (or 0xE66157) is unknown color: approx Flamingo. HEX triplet: E6, 61 and 57. RGB value is (230,97,87). Sum of RGB (Red+Green+Blue) = 230+97+87=414 (54% of max value = 765). Red value is 230 (90.23% from 255 or 55.56% from 414); Green value is 97 (38.28% from 255 or 23.43% from 414); Blue value is 87 (34.38% from 255 or 21.01% from 414); Max value from RGB is 230 - color contains mainly: red. Hex color #E66157 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E66157 is #199EA8. Grayscale: #878787. Windows color (decimal): -1679017 or 5726694. OLE color: 5726694.

HSL color Cylindrical-coordinate representation of color #E66157: hue angle of 4.2º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E66157 is Cyan = 0, Magento = 0.58, Yellow = 0.62 and Black (K on CMYK) = 0.10.

Color convert

RGB2309787-
CMYK00.580.620.10
HSL4.2º74.09%62.16%-
HSV(B)4.2º62.17%90.2%-
XYZ38.6326.0612.01-
YUV135.63100.56195.31-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 55.56%
GREEN value IS 97 (38.28% from 255) = 23.43%
BLUE value IS 87 (34.38% from 255) = 21.01%
R=55.56%
G=23.43%
B=21.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.62
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal230978700.580.620.104.274.0962.16
HexE6615703A3EA44a3e
Octal3461411270727612411276
Binary1110011011000011010111011101011111010101001001010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E66157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E66157; }

 p { color: rgb(230,97,87); }

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

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

 a { background-color: rgb(230,97,87); }

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

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

 span { border-color: rgb(230,97,87); }

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