#E67978

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

Shades of Geraldine #E67978

Tints of Geraldine #E67978

Color information

#E67978 (or 0xE67978) is unknown color: approx Geraldine. HEX triplet: E6, 79 and 78. RGB value is (230,121,120). Sum of RGB (Red+Green+Blue) = 230+121+120=471 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.83% from 471); Green value is 121 (47.66% from 255 or 25.69% from 471); Blue value is 120 (47.27% from 255 or 25.48% from 471); Max value from RGB is 230 - color contains mainly: red. Hex color #E67978 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E67978 is #198687. Grayscale: #999999. Windows color (decimal): -1672840 or 7895526. OLE color: 7895526.

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

Color convert

RGB230121120-
CMYK00.470.480.10
HSL0.55º68.75%68.63%-
HSV(B)0.55º47.83%90.2%-
XYZ42.8631.8521.66-
YUV153.48109.11182.58-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 48.83%
GREEN value IS 121 (47.66% from 255) = 25.69%
BLUE value IS 120 (47.27% from 255) = 25.48%
R=48.83%
G=25.69%
B=25.48%

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
Decimal23012112000.470.480.100.5568.7568.63
HexE6797802F30A14545
Octal34617117005760121105105
Binary111001101111001111100001011111100001010110001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E67978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E67978; }

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

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

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

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

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

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

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

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