#E88272

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

Shades of Geraldine #E88272

Tints of Geraldine #E88272

Color information

#E88272 (or 0xE88272) is unknown color: approx Geraldine. HEX triplet: E8, 82 and 72. RGB value is (232,130,114). Sum of RGB (Red+Green+Blue) = 232+130+114=476 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.74% from 476); Green value is 130 (51.17% from 255 or 27.31% from 476); Blue value is 114 (44.92% from 255 or 23.95% from 476); Max value from RGB is 232 - color contains mainly: red. Hex color #E88272 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E88272 is #177D8D. Grayscale: #9E9E9E. Windows color (decimal): -1539470 or 7504616. OLE color: 7504616.

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

Color convert

RGB232130114-
CMYK00.440.510.09
HSL8.14º71.95%67.84%-
HSV(B)8.14º50.86%90.98%-
XYZ44.334.3420.21-
YUV158.67102.79180.3-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 48.74%
GREEN value IS 130 (51.17% from 255) = 27.31%
BLUE value IS 114 (44.92% from 255) = 23.95%
R=48.74%
G=27.31%
B=23.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.51
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23213011400.440.510.098.1471.9567.84
HexE8827202C33984844
Octal350202162054631110110104
Binary1110100010000010111001001011001100111001100010010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E88272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E88272; }

 p { color: rgb(232,130,114); }

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

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

 a { background-color: rgb(232,130,114); }

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

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

 span { border-color: rgb(232,130,114); }

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