#E6736F

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

Shades of Geraldine #E6736F

Tints of Geraldine #E6736F

Color information

#E6736F (or 0xE6736F) is unknown color: approx Geraldine. HEX triplet: E6, 73 and 6F. RGB value is (230,115,111). Sum of RGB (Red+Green+Blue) = 230+115+111=456 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.44% from 456); Green value is 115 (45.31% from 255 or 25.22% from 456); Blue value is 111 (43.75% from 255 or 24.34% from 456); Max value from RGB is 230 - color contains mainly: red. Hex color #E6736F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6736F is #198C90. Grayscale: #959595. Windows color (decimal): -1674385 or 7304166. OLE color: 7304166.

HSL color Cylindrical-coordinate representation of color #E6736F: hue angle of 2.02º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E6736F is Cyan = 0, Magento = 0.5, Yellow = 0.52 and Black (K on CMYK) = 0.10.

Color convert

RGB230115111-
CMYK00.50.520.10
HSL2.02º70.41%66.86%-
HSV(B)2.02º51.74%90.2%-
XYZ41.6330.2318.68-
YUV148.93106.6185.83-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 50.44%
GREEN value IS 115 (45.31% from 255) = 25.22%
BLUE value IS 111 (43.75% from 255) = 24.34%
R=50.44%
G=25.22%
B=24.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.52
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23011511100.50.520.102.0270.4166.86
HexE6736F03234A24643
Octal34616315706264122106103
Binary1110011011100111101111011001011010010101010001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6736F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6736F; }

 p { color: rgb(230,115,111); }

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

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

 a { background-color: rgb(230,115,111); }

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

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

 span { border-color: rgb(230,115,111); }

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