#E66652

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

Shades of Flamingo #E66652

Tints of Flamingo #E66652

Color information

#E66652 (or 0xE66652) is unknown color: approx Flamingo. HEX triplet: E6, 66 and 52. RGB value is (230,102,82). Sum of RGB (Red+Green+Blue) = 230+102+82=414 (54% of max value = 765). Red value is 230 (90.23% from 255 or 55.56% from 414); Green value is 102 (40.23% from 255 or 24.64% from 414); Blue value is 82 (32.42% from 255 or 19.81% from 414); Max value from RGB is 230 - color contains mainly: red. Hex color #E66652 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E66652 is #1999AD. Grayscale: #8A8A8A. Windows color (decimal): -1677742 or 5400294. OLE color: 5400294.

HSL color Cylindrical-coordinate representation of color #E66652: hue angle of 8.11º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E66652 is Cyan = 0, Magento = 0.56, Yellow = 0.64 and Black (K on CMYK) = 0.10.

Color convert

RGB23010282-
CMYK00.560.640.10
HSL8.11º74.75%61.18%-
HSV(B)8.11º64.35%90.2%-
XYZ38.9126.9311.13-
YUV137.9996.41193.63-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 55.56%
GREEN value IS 102 (40.23% from 255) = 24.64%
BLUE value IS 82 (32.42% from 255) = 19.81%
R=55.56%
G=24.64%
B=19.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.64
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2301028200.560.640.108.1174.7561.18
HexE6665203840A84b3d
Octal346146122070100121011375
Binary111001101100110101001001110001000000101010001001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E66652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E66652; }

 p { color: rgb(230,102,82); }

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

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

 a { background-color: rgb(230,102,82); }

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

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

 span { border-color: rgb(230,102,82); }

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