#E3807A

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

Shades of Geraldine #E3807A

Tints of Geraldine #E3807A

Color information

#E3807A (or 0xE3807A) is unknown color: approx Geraldine. HEX triplet: E3, 80 and 7A. RGB value is (227,128,122). Sum of RGB (Red+Green+Blue) = 227+128+122=477 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.59% from 477); Green value is 128 (50.39% from 255 or 26.83% from 477); Blue value is 122 (48.05% from 255 or 25.58% from 477); Max value from RGB is 227 - color contains mainly: red. Hex color #E3807A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E3807A is #1C7F85. Grayscale: #9D9D9D. Windows color (decimal): -1867654 or 8028387. OLE color: 8028387.

HSL color Cylindrical-coordinate representation of color #E3807A: hue angle of 3.43º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E3807A is Cyan = 0, Magento = 0.44, Yellow = 0.46 and Black (K on CMYK) = 0.11.

Color convert

RGB227128122-
CMYK00.440.460.11
HSL3.43º65.22%68.43%-
HSV(B)3.43º46.26%89.02%-
XYZ42.9133.1722.55-
YUV156.92108.3177.99-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 47.59%
GREEN value IS 128 (50.39% from 255) = 26.83%
BLUE value IS 122 (48.05% from 255) = 25.58%
R=47.59%
G=26.83%
B=25.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.46
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22712812200.440.460.113.4365.2268.43
HexE3807A02C2EB34144
Octal34320017205456133101104
Binary11100011100000001111010010110010111010111110000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3807A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3807A; }

 p { color: rgb(227,128,122); }

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

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

 a { background-color: rgb(227,128,122); }

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

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

 span { border-color: rgb(227,128,122); }

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