#E06C6C

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

Shades of Geraldine #E06C6C

Tints of Geraldine #E06C6C

Color information

#E06C6C (or 0xE06C6C) is unknown color: approx Geraldine. HEX triplet: E0, 6C and 6C. RGB value is (224,108,108). Sum of RGB (Red+Green+Blue) = 224+108+108=440 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.91% from 440); Green value is 108 (42.58% from 255 or 24.55% from 440); Blue value is 108 (42.58% from 255 or 24.55% from 440); Max value from RGB is 224 - color contains mainly: red. Hex color #E06C6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06C6C is #1F9393. Grayscale: #8E8E8E. Windows color (decimal): -2069396 or 7105760. OLE color: 7105760.

HSL color Cylindrical-coordinate representation of color #E06C6C: hue angle of 0º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E06C6C is Cyan = 0, Magento = 0.52, Yellow = 0.52 and Black (K on CMYK) = 0.12.

Color convert

RGB224108108-
CMYK00.520.520.12
HSL65.17%65.1%-
HSV(B)51.79%87.84%-
XYZ38.8127.6617.48-
YUV142.68108.43186-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 50.91%
GREEN value IS 108 (42.58% from 255) = 24.55%
BLUE value IS 108 (42.58% from 255) = 24.55%
R=50.91%
G=24.55%
B=24.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.52
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22410810800.520.520.12065.1765.1
HexE06C6C03434C04141
Octal34015415406464140101101
Binary111000001101100110110001101001101001100010000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E06C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E06C6C; }

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

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

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

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

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

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

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

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