#E96D6D

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

Shades of Geraldine #E96D6D

Tints of Geraldine #E96D6D

Color information

#E96D6D (or 0xE96D6D) is unknown color: approx Geraldine. HEX triplet: E9, 6D and 6D. RGB value is (233,109,109). Sum of RGB (Red+Green+Blue) = 233+109+109=451 (59% of max value = 765). Red value is 233 (91.41% from 255 or 51.66% from 451); Green value is 109 (42.97% from 255 or 24.17% from 451); Blue value is 109 (42.97% from 255 or 24.17% from 451); Max value from RGB is 233 - color contains mainly: red. Hex color #E96D6D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96D6D is #169292. Grayscale: #929292. Windows color (decimal): -1479315 or 7171561. OLE color: 7171561.

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

Color convert

RGB233109109-
CMYK00.530.530.09
HSL73.81%67.06%-
HSV(B)53.22%91.37%-
XYZ41.8329.3717.93-
YUV146.08107.08190-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 51.66%
GREEN value IS 109 (42.97% from 255) = 24.17%
BLUE value IS 109 (42.97% from 255) = 24.17%
R=51.66%
G=24.17%
B=24.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.53
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23310910900.530.530.09073.8167.06
HexE96D6D03535904a43
Octal35115515506565110112103
Binary111010011101101110110101101011101011001010010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E96D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E96D6D; }

 p { color: rgb(233,109,109); }

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

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

 a { background-color: rgb(233,109,109); }

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

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

 span { border-color: rgb(233,109,109); }

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