#E06D6C

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

Shades of Geraldine #E06D6C

Tints of Geraldine #E06D6C

Color information

#E06D6C (or 0xE06D6C) is unknown color: approx Geraldine. HEX triplet: E0, 6D and 6C. RGB value is (224,109,108). Sum of RGB (Red+Green+Blue) = 224+109+108=441 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.79% from 441); Green value is 109 (42.97% from 255 or 24.72% from 441); Blue value is 108 (42.58% from 255 or 24.49% from 441); Max value from RGB is 224 - color contains mainly: red. Hex color #E06D6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06D6C is #1F9293. Grayscale: #8F8F8F. Windows color (decimal): -2069140 or 7106016. OLE color: 7106016.

HSL color Cylindrical-coordinate representation of color #E06D6C: hue angle of 0.52º 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 #E06D6C is Cyan = 0, Magento = 0.51, Yellow = 0.52 and Black (K on CMYK) = 0.12.

Color convert

RGB224109108-
CMYK00.510.520.12
HSL0.52º65.17%65.1%-
HSV(B)0.52º51.79%87.84%-
XYZ38.9227.8717.52-
YUV143.27108.1185.58-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 50.79%
GREEN value IS 109 (42.97% from 255) = 24.72%
BLUE value IS 108 (42.58% from 255) = 24.49%
R=50.79%
G=24.72%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.52
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22410910800.510.520.120.5265.1765.1
HexE06D6C03334C14141
Octal34015515406364141101101
Binary111000001101101110110001100111101001100110000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E06D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E06D6C; }

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

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

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

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

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

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

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

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