#EC746F

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

Shades of Geraldine #EC746F

Tints of Geraldine #EC746F

Color information

#EC746F (or 0xEC746F) is unknown color: approx Geraldine. HEX triplet: EC, 74 and 6F. RGB value is (236,116,111). Sum of RGB (Red+Green+Blue) = 236+116+111=463 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.97% from 463); Green value is 116 (45.70% from 255 or 25.05% from 463); Blue value is 111 (43.75% from 255 or 23.97% from 463); Max value from RGB is 236 - color contains mainly: red. Hex color #EC746F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC746F is #138B90. Grayscale: #979797. Windows color (decimal): -1280913 or 7304428. OLE color: 7304428.

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

Color convert

RGB236116111-
CMYK00.510.530.07
HSL2.4º76.69%68.04%-
HSV(B)2.4º52.97%92.55%-
XYZ43.7131.4718.81-
YUV151.31105.26188.41-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 50.97%
GREEN value IS 116 (45.70% from 255) = 25.05%
BLUE value IS 111 (43.75% from 255) = 23.97%
R=50.97%
G=25.05%
B=23.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.53
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23611611100.510.530.072.476.6968.04
HexEC746F03335724d44
Octal3541641570636572115104
Binary111011001110100110111101100111101011111010011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC746F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC746F; }

 p { color: rgb(236,116,111); }

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

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

 a { background-color: rgb(236,116,111); }

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

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

 span { border-color: rgb(236,116,111); }

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