#E67772

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

Shades of Geraldine #E67772

Tints of Geraldine #E67772

Color information

#E67772 (or 0xE67772) is unknown color: approx Geraldine. HEX triplet: E6, 77 and 72. RGB value is (230,119,114). Sum of RGB (Red+Green+Blue) = 230+119+114=463 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.68% from 463); Green value is 119 (46.88% from 255 or 25.70% from 463); Blue value is 114 (44.92% from 255 or 24.62% from 463); Max value from RGB is 230 - color contains mainly: red. Hex color #E67772 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E67772 is #19888D. Grayscale: #979797. Windows color (decimal): -1673358 or 7501798. OLE color: 7501798.

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

Color convert

RGB230119114-
CMYK00.480.500.10
HSL2.59º69.88%67.45%-
HSV(B)2.59º50.43%90.2%-
XYZ42.2731.2319.72-
YUV151.62106.77183.91-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 49.68%
GREEN value IS 119 (46.88% from 255) = 25.70%
BLUE value IS 114 (44.92% from 255) = 24.62%
R=49.68%
G=25.70%
B=24.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.50
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23011911400.480.500.102.5969.8867.45
HexE6777203032A34643
Octal34616716206062123106103
Binary1110011011101111110010011000011001010101110001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E67772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E67772; }

 p { color: rgb(230,119,114); }

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

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

 a { background-color: rgb(230,119,114); }

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

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

 span { border-color: rgb(230,119,114); }

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