#E17675

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

Shades of Geraldine #E17675

Tints of Geraldine #E17675

Color information

#E17675 (or 0xE17675) is unknown color: approx Geraldine. HEX triplet: E1, 76 and 75. RGB value is (225,118,117). Sum of RGB (Red+Green+Blue) = 225+118+117=460 (60% of max value = 765). Red value is 225 (88.28% from 255 or 48.91% from 460); Green value is 118 (46.48% from 255 or 25.65% from 460); Blue value is 117 (46.09% from 255 or 25.43% from 460); Max value from RGB is 225 - color contains mainly: red. Hex color #E17675 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E17675 is #1E898A. Grayscale: #959595. Windows color (decimal): -2001291 or 7698145. OLE color: 7698145.

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

Color convert

RGB225118117-
CMYK00.480.480.12
HSL0.56º64.29%67.06%-
HSV(B)0.56º48%88.24%-
XYZ40.7430.2520.52-
YUV149.88109.45181.58-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 48.91%
GREEN value IS 118 (46.48% from 255) = 25.65%
BLUE value IS 117 (46.09% from 255) = 25.43%
R=48.91%
G=25.65%
B=25.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.48
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22511811700.480.480.120.5664.2967.06
HexE1767503030C14043
Octal34116616506060141100103
Binary111000011110110111010101100001100001100110000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E17675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E17675; }

 p { color: rgb(225,118,117); }

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

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

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

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

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

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

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