#EC6E69

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

Shades of Geraldine #EC6E69

Tints of Geraldine #EC6E69

Color information

#EC6E69 (or 0xEC6E69) is unknown color: approx Geraldine. HEX triplet: EC, 6E and 69. RGB value is (236,110,105). Sum of RGB (Red+Green+Blue) = 236+110+105=451 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.33% from 451); Green value is 110 (43.36% from 255 or 24.39% from 451); Blue value is 105 (41.41% from 255 or 23.28% from 451); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6E69 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6E69 is #139196. Grayscale: #939393. Windows color (decimal): -1282455 or 6909676. OLE color: 6909676.

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

Color convert

RGB236110105-
CMYK00.530.560.07
HSL2.29º77.51%66.86%-
HSV(B)2.29º55.51%92.55%-
XYZ42.723016.9-
YUV147.1104.24191.41-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 52.33%
GREEN value IS 110 (43.36% from 255) = 24.39%
BLUE value IS 105 (41.41% from 255) = 23.28%
R=52.33%
G=24.39%
B=23.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.56
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23611010500.530.560.072.2977.5166.86
HexEC6E6903538724e43
Octal3541561510657072116103
Binary111011001101110110100101101011110001111010011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC6E69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC6E69; }

 p { color: rgb(236,110,105); }

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

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

 a { background-color: rgb(236,110,105); }

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

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

 span { border-color: rgb(236,110,105); }

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