#ED7A6E

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

Shades of Geraldine #ED7A6E

Tints of Geraldine #ED7A6E

Color information

#ED7A6E (or 0xED7A6E) is unknown color: approx Geraldine. HEX triplet: ED, 7A and 6E. RGB value is (237,122,110). Sum of RGB (Red+Green+Blue) = 237+122+110=469 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.53% from 469); Green value is 122 (48.05% from 255 or 26.01% from 469); Blue value is 110 (43.36% from 255 or 23.45% from 469); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7A6E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7A6E is #128591. Grayscale: #9B9B9B. Windows color (decimal): -1213842 or 7240429. OLE color: 7240429.

HSL color Cylindrical-coordinate representation of color #ED7A6E: hue angle of 5.67º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ED7A6E is Cyan = 0, Magento = 0.49, Yellow = 0.54 and Black (K on CMYK) = 0.07.

Color convert

RGB237122110-
CMYK00.490.540.07
HSL5.67º77.91%68.04%-
HSV(B)5.67º53.59%92.94%-
XYZ44.733.0518.78-
YUV155.02102.6186.48-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 50.53%
GREEN value IS 122 (48.05% from 255) = 26.01%
BLUE value IS 110 (43.36% from 255) = 23.45%
R=50.53%
G=26.01%
B=23.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.54
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23712211000.490.540.075.6777.9168.04
HexED7A6E03136764e44
Octal3551721560616676116104
Binary1110110111110101101110011000111011011111010011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED7A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED7A6E; }

 p { color: rgb(237,122,110); }

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

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

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

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

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

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

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