#E96C6C

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

Shades of Geraldine #E96C6C

Tints of Geraldine #E96C6C

Color information

#E96C6C (or 0xE96C6C) is unknown color: approx Geraldine. HEX triplet: E9, 6C and 6C. RGB value is (233,108,108). Sum of RGB (Red+Green+Blue) = 233+108+108=449 (59% of max value = 765). Red value is 233 (91.41% from 255 or 51.89% from 449); Green value is 108 (42.58% from 255 or 24.05% from 449); Blue value is 108 (42.58% from 255 or 24.05% from 449); Max value from RGB is 233 - color contains mainly: red. Hex color #E96C6C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96C6C is #169393. Grayscale: #919191. Windows color (decimal): -1479572 or 7105769. OLE color: 7105769.

HSL color Cylindrical-coordinate representation of color #E96C6C: 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.54%. Process color model (Four color, CMYK) of #E96C6C is Cyan = 0, Magento = 0.54, Yellow = 0.54 and Black (K on CMYK) = 0.09.

Color convert

RGB233108108-
CMYK00.540.540.09
HSL73.96%66.86%-
HSV(B)53.65%91.37%-
XYZ41.6729.1317.61-
YUV145.38106.91190.5-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 51.89%
GREEN value IS 108 (42.58% from 255) = 24.05%
BLUE value IS 108 (42.58% from 255) = 24.05%
R=51.89%
G=24.05%
B=24.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.54
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23310810800.540.540.09073.9666.86
HexE96C6C03636904a43
Octal35115415406666110112103
Binary111010011101100110110001101101101101001010010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E96C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E96C6C; }

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

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

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

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

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

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

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

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