#E67A72

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

Shades of Geraldine #E67A72

Tints of Geraldine #E67A72

Color information

#E67A72 (or 0xE67A72) is unknown color: approx Geraldine. HEX triplet: E6, 7A and 72. RGB value is (230,122,114). Sum of RGB (Red+Green+Blue) = 230+122+114=466 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.36% from 466); Green value is 122 (48.05% from 255 or 26.18% from 466); Blue value is 114 (44.92% from 255 or 24.46% from 466); Max value from RGB is 230 - color contains mainly: red. Hex color #E67A72 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E67A72 is #19858D. Grayscale: #999999. Windows color (decimal): -1672590 or 7502566. OLE color: 7502566.

HSL color Cylindrical-coordinate representation of color #E67A72: hue angle of 4.14º 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 #E67A72 is Cyan = 0, Magento = 0.47, Yellow = 0.50 and Black (K on CMYK) = 0.10.

Color convert

RGB230122114-
CMYK00.470.500.10
HSL4.14º69.88%67.45%-
HSV(B)4.14º50.43%90.2%-
XYZ42.6331.9619.84-
YUV153.38105.78182.65-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 49.36%
GREEN value IS 122 (48.05% from 255) = 26.18%
BLUE value IS 114 (44.92% from 255) = 24.46%
R=49.36%
G=26.18%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.50
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23012211400.470.500.104.1469.8867.45
HexE67A7202F32A44643
Octal34617216205762124106103
Binary11100110111101011100100101111110010101010010001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E67A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E67A72; }

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

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

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

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

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

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

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

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