#E6716D

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

Shades of Geraldine #E6716D

Tints of Geraldine #E6716D

Color information

#E6716D (or 0xE6716D) is unknown color: approx Geraldine. HEX triplet: E6, 71 and 6D. RGB value is (230,113,109). Sum of RGB (Red+Green+Blue) = 230+113+109=452 (59% of max value = 765). Red value is 230 (90.23% from 255 or 50.88% from 452); Green value is 113 (44.53% from 255 or 25% from 452); Blue value is 109 (42.97% from 255 or 24.12% from 452); Max value from RGB is 230 - color contains mainly: red. Hex color #E6716D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6716D is #198E92. Grayscale: #939393. Windows color (decimal): -1674899 or 7172582. OLE color: 7172582.

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

Color convert

RGB230113109-
CMYK00.510.530.10
HSL1.98º70.76%66.47%-
HSV(B)1.98º52.61%90.2%-
XYZ41.329.7418.03-
YUV147.53106.26186.83-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 50.88%
GREEN value IS 113 (44.53% from 255) = 25%
BLUE value IS 109 (42.97% from 255) = 24.12%
R=50.88%
G=25%
B=24.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.53
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23011310900.510.530.101.9870.7666.47
HexE6716D03335A24742
Octal34616115506365122107102
Binary1110011011100011101101011001111010110101010001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6716D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6716D; }

 p { color: rgb(230,113,109); }

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

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

 a { background-color: rgb(230,113,109); }

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

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

 span { border-color: rgb(230,113,109); }

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