#EE7368

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

Shades of Geraldine #EE7368

Tints of Geraldine #EE7368

Color information

#EE7368 (or 0xEE7368) is unknown color: approx Geraldine. HEX triplet: EE, 73 and 68. RGB value is (238,115,104). Sum of RGB (Red+Green+Blue) = 238+115+104=457 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.08% from 457); Green value is 115 (45.31% from 255 or 25.16% from 457); Blue value is 104 (41.02% from 255 or 22.76% from 457); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7368 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE7368 is #118C97. Grayscale: #969696. Windows color (decimal): -1150104 or 6845422. OLE color: 6845422.

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

Color convert

RGB238115104-
CMYK00.520.560.07
HSL4.93º79.76%67.06%-
HSV(B)4.93º56.3%93.33%-
XYZ43.8931.4416.85-
YUV150.52101.75190.39-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 52.08%
GREEN value IS 115 (45.31% from 255) = 25.16%
BLUE value IS 104 (41.02% from 255) = 22.76%
R=52.08%
G=25.16%
B=22.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.56
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23811510400.520.560.074.9379.7667.06
HexEE736803438755043
Octal3561631500647075120103
Binary1110111011100111101000011010011100011110110100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE7368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE7368; }

 p { color: rgb(238,115,104); }

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

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

 a { background-color: rgb(238,115,104); }

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

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

 span { border-color: rgb(238,115,104); }

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