#E68377

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

Shades of Geraldine #E68377

Tints of Geraldine #E68377

Color information

#E68377 (or 0xE68377) is unknown color: approx Geraldine. HEX triplet: E6, 83 and 77. RGB value is (230,131,119). Sum of RGB (Red+Green+Blue) = 230+131+119=480 (63% of max value = 765). Red value is 230 (90.23% from 255 or 47.92% from 480); Green value is 131 (51.56% from 255 or 27.29% from 480); Blue value is 119 (46.88% from 255 or 24.79% from 480); Max value from RGB is 230 - color contains mainly: red. Hex color #E68377 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68377 is #197C88. Grayscale: #9F9F9F. Windows color (decimal): -1670281 or 7832550. OLE color: 7832550.

HSL color Cylindrical-coordinate representation of color #E68377: hue angle of 6.49º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E68377 is Cyan = 0, Magento = 0.43, Yellow = 0.48 and Black (K on CMYK) = 0.10.

Color convert

RGB230131119-
CMYK00.430.480.10
HSL6.49º68.94%68.43%-
HSV(B)6.49º48.26%90.2%-
XYZ44.0834.3921.77-
YUV159.23105.3178.48-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 47.92%
GREEN value IS 131 (51.56% from 255) = 27.29%
BLUE value IS 119 (46.88% from 255) = 24.79%
R=47.92%
G=27.29%
B=24.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.48
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23013111900.430.480.106.4968.9468.43
HexE6837702B30A64544
Octal34620316705360126105104
Binary111001101000001111101110101011110000101011010001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E68377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E68377; }

 p { color: rgb(230,131,119); }

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

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

 a { background-color: rgb(230,131,119); }

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

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

 span { border-color: rgb(230,131,119); }

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