#E98279

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

Shades of Geraldine #E98279

Tints of Geraldine #E98279

Color information

#E98279 (or 0xE98279) is unknown color: approx Geraldine. HEX triplet: E9, 82 and 79. RGB value is (233,130,121). Sum of RGB (Red+Green+Blue) = 233+130+121=484 (64% of max value = 765). Red value is 233 (91.41% from 255 or 48.14% from 484); Green value is 130 (51.17% from 255 or 26.86% from 484); Blue value is 121 (47.66% from 255 or 25% from 484); Max value from RGB is 233 - color contains mainly: red. Hex color #E98279 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E98279 is #167D86. Grayscale: #9F9F9F. Windows color (decimal): -1473927 or 7963369. OLE color: 7963369.

HSL color Cylindrical-coordinate representation of color #E98279: hue angle of 4.82º degrees, saturation: 0.72, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E98279 is Cyan = 0, Magento = 0.44, Yellow = 0.48 and Black (K on CMYK) = 0.09.

Color convert

RGB233130121-
CMYK00.440.480.09
HSL4.82º71.79%69.41%-
HSV(B)4.82º48.07%91.37%-
XYZ45.0434.6722.41-
YUV159.77106.12180.23-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 48.14%
GREEN value IS 130 (51.17% from 255) = 26.86%
BLUE value IS 121 (47.66% from 255) = 25%
R=48.14%
G=26.86%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.48
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23313012100.440.480.094.8271.7969.41
HexE9827902C30954845
Octal35120217105460115110105
Binary111010011000001011110010101100110000100110110010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E98279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E98279; }

 p { color: rgb(233,130,121); }

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

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

 a { background-color: rgb(233,130,121); }

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

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

 span { border-color: rgb(233,130,121); }

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