#E67A7A

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

Shades of Geraldine #E67A7A

Tints of Geraldine #E67A7A

Color information

#E67A7A (or 0xE67A7A) is unknown color: approx Geraldine. HEX triplet: E6, 7A and 7A. RGB value is (230,122,122). Sum of RGB (Red+Green+Blue) = 230+122+122=474 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.52% from 474); Green value is 122 (48.05% from 255 or 25.74% from 474); Blue value is 122 (48.05% from 255 or 25.74% from 474); Max value from RGB is 230 - color contains mainly: red. Hex color #E67A7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E67A7A is #198585. Grayscale: #9A9A9A. Windows color (decimal): -1672582 or 8026854. OLE color: 8026854.

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

Color convert

RGB230122122-
CMYK00.470.470.10
HSL68.35%69.02%-
HSV(B)46.96%90.2%-
XYZ43.1132.1522.35-
YUV154.29109.78182-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 48.52%
GREEN value IS 122 (48.05% from 255) = 25.74%
BLUE value IS 122 (48.05% from 255) = 25.74%
R=48.52%
G=25.74%
B=25.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.47
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23012212200.470.470.10068.3569.02
HexE67A7A02F2FA04445
Octal34617217205757120104105
Binary111001101111010111101001011111011111010010001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E67A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E67A7A; }

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

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

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

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

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

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

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

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