#E6614F

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

Shades of Flamingo #E6614F

Tints of Flamingo #E6614F

Color information

#E6614F (or 0xE6614F) is unknown color: approx Flamingo. HEX triplet: E6, 61 and 4F. RGB value is (230,97,79). Sum of RGB (Red+Green+Blue) = 230+97+79=406 (53% of max value = 765). Red value is 230 (90.23% from 255 or 56.65% from 406); Green value is 97 (38.28% from 255 or 23.89% from 406); Blue value is 79 (31.25% from 255 or 19.46% from 406); Max value from RGB is 230 - color contains mainly: red. Hex color #E6614F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6614F is #199EB0. Grayscale: #868686. Windows color (decimal): -1679025 or 5202406. OLE color: 5202406.

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

Color convert

RGB2309779-
CMYK00.580.660.10
HSL7.15º75.12%60.59%-
HSV(B)7.15º65.65%90.2%-
XYZ38.3225.9410.38-
YUV134.7296.56195.96-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 56.65%
GREEN value IS 97 (38.28% from 255) = 23.89%
BLUE value IS 79 (31.25% from 255) = 19.46%
R=56.65%
G=23.89%
B=19.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.66
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal230977900.580.660.107.1575.1260.59
HexE6614F03A42A74b3d
Octal34614111707210212711375
Binary11100110110000110011110111010100001010101111001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6614F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6614F; }

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

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

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

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

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

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

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

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