#E67D77

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

Shades of Geraldine #E67D77

Tints of Geraldine #E67D77

Color information

#E67D77 (or 0xE67D77) is unknown color: approx Geraldine. HEX triplet: E6, 7D and 77. RGB value is (230,125,119). Sum of RGB (Red+Green+Blue) = 230+125+119=474 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.52% from 474); Green value is 125 (49.22% from 255 or 26.37% from 474); Blue value is 119 (46.88% from 255 or 25.11% from 474); Max value from RGB is 230 - color contains mainly: red. Hex color #E67D77 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E67D77 is #198288. Grayscale: #9B9B9B. Windows color (decimal): -1671817 or 7831014. OLE color: 7831014.

HSL color Cylindrical-coordinate representation of color #E67D77: hue angle of 3.24º 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 #E67D77 is Cyan = 0, Magento = 0.46, Yellow = 0.48 and Black (K on CMYK) = 0.10.

Color convert

RGB230125119-
CMYK00.460.480.10
HSL3.24º68.94%68.43%-
HSV(B)3.24º48.26%90.2%-
XYZ43.332.8221.51-
YUV155.71107.29180.99-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 48.52%
GREEN value IS 125 (49.22% from 255) = 26.37%
BLUE value IS 119 (46.88% from 255) = 25.11%
R=48.52%
G=26.37%
B=25.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.48
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23012511900.460.480.103.2468.9468.43
HexE67D7702E30A34544
Octal34617516705660123105104
Binary1110011011111011110111010111011000010101110001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E67D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E67D77; }

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

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

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

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

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

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

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

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