#E7817A

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

Shades of Geraldine #E7817A

Tints of Geraldine #E7817A

Color information

#E7817A (or 0xE7817A) is unknown color: approx Geraldine. HEX triplet: E7, 81 and 7A. RGB value is (231,129,122). Sum of RGB (Red+Green+Blue) = 231+129+122=482 (63% of max value = 765). Red value is 231 (90.62% from 255 or 47.93% from 482); Green value is 129 (50.78% from 255 or 26.76% from 482); Blue value is 122 (48.05% from 255 or 25.31% from 482); Max value from RGB is 231 - color contains mainly: red. Hex color #E7817A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7817A is #187E85. Grayscale: #9E9E9E. Windows color (decimal): -1605254 or 8028647. OLE color: 8028647.

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

Color convert

RGB231129122-
CMYK00.440.470.09
HSL3.85º69.43%69.22%-
HSV(B)3.85º47.19%90.59%-
XYZ44.3234.0922.66-
YUV158.7107.29179.57-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 47.93%
GREEN value IS 129 (50.78% from 255) = 26.76%
BLUE value IS 122 (48.05% from 255) = 25.31%
R=47.93%
G=26.76%
B=25.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.47
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23112912200.440.470.093.8569.4369.22
HexE7817A02C2F944545
Octal34720117205457114105105
Binary111001111000000111110100101100101111100110010001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7817A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7817A; }

 p { color: rgb(231,129,122); }

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

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

 a { background-color: rgb(231,129,122); }

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

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

 span { border-color: rgb(231,129,122); }

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