#E87068

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

Shades of Geraldine #E87068

Tints of Geraldine #E87068

Color information

#E87068 (or 0xE87068) is unknown color: approx Geraldine. HEX triplet: E8, 70 and 68. RGB value is (232,112,104). Sum of RGB (Red+Green+Blue) = 232+112+104=448 (59% of max value = 765). Red value is 232 (91.02% from 255 or 51.79% from 448); Green value is 112 (44.14% from 255 or 25% from 448); Blue value is 104 (41.02% from 255 or 23.21% from 448); Max value from RGB is 232 - color contains mainly: red. Hex color #E87068 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E87068 is #178F97. Grayscale: #939393. Windows color (decimal): -1544088 or 6844648. OLE color: 6844648.

HSL color Cylindrical-coordinate representation of color #E87068: hue angle of 3.75º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E87068 is Cyan = 0, Magento = 0.52, Yellow = 0.55 and Black (K on CMYK) = 0.09.

Color convert

RGB232112104-
CMYK00.520.550.09
HSL3.75º73.56%65.88%-
HSV(B)3.75º55.17%90.98%-
XYZ41.5729.7416.65-
YUV146.97103.76188.65-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 51.79%
GREEN value IS 112 (44.14% from 255) = 25%
BLUE value IS 104 (41.02% from 255) = 23.21%
R=51.79%
G=25%
B=23.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.55
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23211210400.520.550.093.7573.5665.88
HexE8706803437944a42
Octal35016015006467114112102
Binary11101000111000011010000110100110111100110010010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E87068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E87068; }

 p { color: rgb(232,112,104); }

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

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

 a { background-color: rgb(232,112,104); }

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

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

 span { border-color: rgb(232,112,104); }

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