#E06D6B

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

Shades of Geraldine #E06D6B

Tints of Geraldine #E06D6B

Color information

#E06D6B (or 0xE06D6B) is unknown color: approx Geraldine. HEX triplet: E0, 6D and 6B. RGB value is (224,109,107). Sum of RGB (Red+Green+Blue) = 224+109+107=440 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.91% from 440); Green value is 109 (42.97% from 255 or 24.77% from 440); Blue value is 107 (42.19% from 255 or 24.32% from 440); Max value from RGB is 224 - color contains mainly: red. Hex color #E06D6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06D6B is #1F9294. Grayscale: #8F8F8F. Windows color (decimal): -2069141 or 7040480. OLE color: 7040480.

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

Color convert

RGB224109107-
CMYK00.510.520.12
HSL1.03º65.36%64.9%-
HSV(B)1.03º52.23%87.84%-
XYZ38.8627.8517.24-
YUV143.16107.6185.66-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 50.91%
GREEN value IS 109 (42.97% from 255) = 24.77%
BLUE value IS 107 (42.19% from 255) = 24.32%
R=50.91%
G=24.77%
B=24.32%

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
Decimal22410910700.510.520.121.0365.3664.9
HexE06D6B03334C14141
Octal34015515306364141101101
Binary111000001101101110101101100111101001100110000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E06D6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E06D6B; }

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

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

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

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

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

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

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

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