#EE7871

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

Shades of Geraldine #EE7871

Tints of Geraldine #EE7871

Color information

#EE7871 (or 0xEE7871) is unknown color: approx Geraldine. HEX triplet: EE, 78 and 71. RGB value is (238,120,113). Sum of RGB (Red+Green+Blue) = 238+120+113=471 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.53% from 471); Green value is 120 (47.27% from 255 or 25.48% from 471); Blue value is 113 (44.53% from 255 or 23.99% from 471); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7871 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE7871 is #11878E. Grayscale: #9A9A9A. Windows color (decimal): -1148815 or 7436526. OLE color: 7436526.

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

Color convert

RGB238120113-
CMYK00.500.530.07
HSL3.36º78.62%68.82%-
HSV(B)3.36º52.52%93.33%-
XYZ44.9632.819.58-
YUV154.48104.59187.57-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 50.53%
GREEN value IS 120 (47.27% from 255) = 25.48%
BLUE value IS 113 (44.53% from 255) = 23.99%
R=50.53%
G=25.48%
B=23.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.53
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23812011300.500.530.073.3678.6268.82
HexEE787103235734f45
Octal3561701610626573117105
Binary111011101111000111000101100101101011111110011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE7871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE7871; }

 p { color: rgb(238,120,113); }

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

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

 a { background-color: rgb(238,120,113); }

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

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

 span { border-color: rgb(238,120,113); }

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