#E67873

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

Shades of Geraldine #E67873

Tints of Geraldine #E67873

Color information

#E67873 (or 0xE67873) is unknown color: approx Geraldine. HEX triplet: E6, 78 and 73. RGB value is (230,120,115). Sum of RGB (Red+Green+Blue) = 230+120+115=465 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.46% from 465); Green value is 120 (47.27% from 255 or 25.81% from 465); Blue value is 115 (45.31% from 255 or 24.73% from 465); Max value from RGB is 230 - color contains mainly: red. Hex color #E67873 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E67873 is #19878C. Grayscale: #989898. Windows color (decimal): -1673101 or 7567590. OLE color: 7567590.

HSL color Cylindrical-coordinate representation of color #E67873: hue angle of 2.61º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E67873 is Cyan = 0, Magento = 0.48, Yellow = 0.5 and Black (K on CMYK) = 0.10.

Color convert

RGB230120115-
CMYK00.480.50.10
HSL2.61º69.7%67.65%-
HSV(B)2.61º50%90.2%-
XYZ42.4431.4920.06-
YUV152.32106.94183.41-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 49.46%
GREEN value IS 120 (47.27% from 255) = 25.81%
BLUE value IS 115 (45.31% from 255) = 24.73%
R=49.46%
G=25.81%
B=24.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.5
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23012011500.480.50.102.6169.767.65
HexE6787303032A34644
Octal34617016306062123106104
Binary1110011011110001110011011000011001010101110001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E67873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E67873; }

 p { color: rgb(230,120,115); }

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

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

 a { background-color: rgb(230,120,115); }

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

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

 span { border-color: rgb(230,120,115); }

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