#E37575

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

Shades of Geraldine #E37575

Tints of Geraldine #E37575

Color information

#E37575 (or 0xE37575) is unknown color: approx Geraldine. HEX triplet: E3, 75 and 75. RGB value is (227,117,117). Sum of RGB (Red+Green+Blue) = 227+117+117=461 (61% of max value = 765). Red value is 227 (89.06% from 255 or 49.24% from 461); Green value is 117 (46.09% from 255 or 25.38% from 461); Blue value is 117 (46.09% from 255 or 25.38% from 461); Max value from RGB is 227 - color contains mainly: red. Hex color #E37575 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E37575 is #1C8A8A. Grayscale: #969696. Windows color (decimal): -1870475 or 7697891. OLE color: 7697891.

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

Color convert

RGB227117117-
CMYK00.480.480.11
HSL66.27%67.45%-
HSV(B)48.46%89.02%-
XYZ41.2530.3420.51-
YUV149.89109.44183-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 49.24%
GREEN value IS 117 (46.09% from 255) = 25.38%
BLUE value IS 117 (46.09% from 255) = 25.38%
R=49.24%
G=25.38%
B=25.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.48
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22711711700.480.480.11066.2767.45
HexE3757503030B04243
Octal34316516506060130102103
Binary111000111110101111010101100001100001011010000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E37575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E37575; }

 p { color: rgb(227,117,117); }

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

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

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

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

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

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

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