#E66758

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

Shades of Flamingo #E66758

Tints of Flamingo #E66758

Color information

#E66758 (or 0xE66758) is unknown color: approx Flamingo. HEX triplet: E6, 67 and 58. RGB value is (230,103,88). Sum of RGB (Red+Green+Blue) = 230+103+88=421 (55% of max value = 765). Red value is 230 (90.23% from 255 or 54.63% from 421); Green value is 103 (40.62% from 255 or 24.47% from 421); Blue value is 88 (34.77% from 255 or 20.90% from 421); Max value from RGB is 230 - color contains mainly: red. Hex color #E66758 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E66758 is #1998A7. Grayscale: #8B8B8B. Windows color (decimal): -1677480 or 5793766. OLE color: 5793766.

HSL color Cylindrical-coordinate representation of color #E66758: hue angle of 6.34º 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 #E66758 is Cyan = 0, Magento = 0.55, Yellow = 0.62 and Black (K on CMYK) = 0.10.

Color convert

RGB23010388-
CMYK00.550.620.10
HSL6.34º73.96%62.35%-
HSV(B)6.34º61.74%90.2%-
XYZ39.2427.2312.42-
YUV139.2699.08192.72-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 54.63%
GREEN value IS 103 (40.62% from 255) = 24.47%
BLUE value IS 88 (34.77% from 255) = 20.90%
R=54.63%
G=24.47%
B=20.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.62
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2301038800.550.620.106.3473.9662.35
HexE667580373EA64a3e
Octal3461471300677612611276
Binary1110011011001111011000011011111111010101101001010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E66758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E66758; }

 p { color: rgb(230,103,88); }

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

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

 a { background-color: rgb(230,103,88); }

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

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

 span { border-color: rgb(230,103,88); }

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