#EE746A

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

Shades of Geraldine #EE746A

Tints of Geraldine #EE746A

Color information

#EE746A (or 0xEE746A) is unknown color: approx Geraldine. HEX triplet: EE, 74 and 6A. RGB value is (238,116,106). Sum of RGB (Red+Green+Blue) = 238+116+106=460 (60% of max value = 765). Red value is 238 (93.36% from 255 or 51.74% from 460); Green value is 116 (45.70% from 255 or 25.22% from 460); Blue value is 106 (41.80% from 255 or 23.04% from 460); Max value from RGB is 238 - color contains mainly: red. Hex color #EE746A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE746A is #118B95. Grayscale: #979797. Windows color (decimal): -1149846 or 6976750. OLE color: 6976750.

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

Color convert

RGB238116106-
CMYK00.510.550.07
HSL4.55º79.52%67.45%-
HSV(B)4.55º55.46%93.33%-
XYZ44.1131.7117.43-
YUV151.34102.42189.81-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 51.74%
GREEN value IS 116 (45.70% from 255) = 25.22%
BLUE value IS 106 (41.80% from 255) = 23.04%
R=51.74%
G=25.22%
B=23.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.55
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23811610600.510.550.074.5579.5267.45
HexEE746A03337755043
Octal3561641520636775120103
Binary1110111011101001101010011001111011111110110100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE746A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE746A; }

 p { color: rgb(238,116,106); }

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

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

 a { background-color: rgb(238,116,106); }

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

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

 span { border-color: rgb(238,116,106); }

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