#E78174

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

Shades of Geraldine #E78174

Tints of Geraldine #E78174

Color information

#E78174 (or 0xE78174) is unknown color: approx Geraldine. HEX triplet: E7, 81 and 74. RGB value is (231,129,116). Sum of RGB (Red+Green+Blue) = 231+129+116=476 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.53% from 476); Green value is 129 (50.78% from 255 or 27.10% from 476); Blue value is 116 (45.70% from 255 or 24.37% from 476); Max value from RGB is 231 - color contains mainly: red. Hex color #E78174 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E78174 is #187E8B. Grayscale: #9E9E9E. Windows color (decimal): -1605260 or 7635431. OLE color: 7635431.

HSL color Cylindrical-coordinate representation of color #E78174: hue angle of 6.78º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E78174 is Cyan = 0, Magento = 0.44, Yellow = 0.50 and Black (K on CMYK) = 0.09.

Color convert

RGB231129116-
CMYK00.440.500.09
HSL6.78º70.55%68.04%-
HSV(B)6.78º49.78%90.59%-
XYZ43.9633.9520.76-
YUV158.02104.29180.06-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 48.53%
GREEN value IS 129 (50.78% from 255) = 27.10%
BLUE value IS 116 (45.70% from 255) = 24.37%
R=48.53%
G=27.10%
B=24.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.50
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23112911600.440.500.096.7870.5568.04
HexE7817402C32974744
Octal34720116405462117107104
Binary111001111000000111101000101100110010100111110001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E78174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E78174; }

 p { color: rgb(231,129,116); }

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

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

 a { background-color: rgb(231,129,116); }

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

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

 span { border-color: rgb(231,129,116); }

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