#E98274

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

Shades of Geraldine #E98274

Tints of Geraldine #E98274

Color information

#E98274 (or 0xE98274) is unknown color: approx Geraldine. HEX triplet: E9, 82 and 74. RGB value is (233,130,116). Sum of RGB (Red+Green+Blue) = 233+130+116=479 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.64% from 479); Green value is 130 (51.17% from 255 or 27.14% from 479); Blue value is 116 (45.70% from 255 or 24.22% from 479); Max value from RGB is 233 - color contains mainly: red. Hex color #E98274 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E98274 is #167D8B. Grayscale: #9F9F9F. Windows color (decimal): -1473932 or 7635689. OLE color: 7635689.

HSL color Cylindrical-coordinate representation of color #E98274: hue angle of 7.18º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E98274 is Cyan = 0, Magento = 0.44, Yellow = 0.50 and Black (K on CMYK) = 0.09.

Color convert

RGB233130116-
CMYK00.440.500.09
HSL7.18º72.67%68.43%-
HSV(B)7.18º50.21%91.37%-
XYZ44.7434.5520.83-
YUV159.2103.62180.64-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 48.64%
GREEN value IS 130 (51.17% from 255) = 27.14%
BLUE value IS 116 (45.70% from 255) = 24.22%
R=48.64%
G=27.14%
B=24.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.50
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23313011600.440.500.097.1872.6768.43
HexE9827402C32974944
Octal35120216405462117111104
Binary111010011000001011101000101100110010100111110010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E98274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E98274; }

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

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

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

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

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

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

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

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