#EE7569

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

Shades of Geraldine #EE7569

Tints of Geraldine #EE7569

Color information

#EE7569 (or 0xEE7569) is unknown color: approx Geraldine. HEX triplet: EE, 75 and 69. RGB value is (238,117,105). Sum of RGB (Red+Green+Blue) = 238+117+105=460 (60% of max value = 765). Red value is 238 (93.36% from 255 or 51.74% from 460); Green value is 117 (46.09% from 255 or 25.43% from 460); Blue value is 105 (41.41% from 255 or 22.83% from 460); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7569 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE7569 is #118A96. Grayscale: #979797. Windows color (decimal): -1149591 or 6911470. OLE color: 6911470.

HSL color Cylindrical-coordinate representation of color #EE7569: hue angle of 5.41º degrees, saturation: 0.8, 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 #EE7569 is Cyan = 0, Magento = 0.51, Yellow = 0.56 and Black (K on CMYK) = 0.07.

Color convert

RGB238117105-
CMYK00.510.560.07
HSL5.41º79.64%67.25%-
HSV(B)5.41º55.88%93.33%-
XYZ44.1731.9217.2-
YUV151.81101.59189.48-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 51.74%
GREEN value IS 117 (46.09% from 255) = 25.43%
BLUE value IS 105 (41.41% from 255) = 22.83%
R=51.74%
G=25.43%
B=22.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.56
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23811710500.510.560.075.4179.6467.25
HexEE756903338755043
Octal3561651510637075120103
Binary1110111011101011101001011001111100011110110100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE7569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE7569; }

 p { color: rgb(238,117,105); }

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

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

 a { background-color: rgb(238,117,105); }

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

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

 span { border-color: rgb(238,117,105); }

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