#E67A78

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

Shades of Geraldine #E67A78

Tints of Geraldine #E67A78

Color information

#E67A78 (or 0xE67A78) is unknown color: approx Geraldine. HEX triplet: E6, 7A and 78. RGB value is (230,122,120). Sum of RGB (Red+Green+Blue) = 230+122+120=472 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.73% from 472); Green value is 122 (48.05% from 255 or 25.85% from 472); Blue value is 120 (47.27% from 255 or 25.42% from 472); Max value from RGB is 230 - color contains mainly: red. Hex color #E67A78 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E67A78 is #198587. Grayscale: #9A9A9A. Windows color (decimal): -1672584 or 7895782. OLE color: 7895782.

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

Color convert

RGB230122120-
CMYK00.470.480.10
HSL1.09º68.75%68.63%-
HSV(B)1.09º47.83%90.2%-
XYZ42.9832.121.7-
YUV154.06108.78182.16-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 48.73%
GREEN value IS 122 (48.05% from 255) = 25.85%
BLUE value IS 120 (47.27% from 255) = 25.42%
R=48.73%
G=25.85%
B=25.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.48
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23012212000.470.480.101.0968.7568.63
HexE67A7802F30A14545
Octal34617217005760121105105
Binary111001101111010111100001011111100001010110001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E67A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E67A78; }

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

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

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

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

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

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

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

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