#ED7670

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

Shades of Geraldine #ED7670

Tints of Geraldine #ED7670

Color information

#ED7670 (or 0xED7670) is unknown color: approx Geraldine. HEX triplet: ED, 76 and 70. RGB value is (237,118,112). Sum of RGB (Red+Green+Blue) = 237+118+112=467 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.75% from 467); Green value is 118 (46.48% from 255 or 25.27% from 467); Blue value is 112 (44.14% from 255 or 23.98% from 467); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7670 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7670 is #12898F. Grayscale: #999999. Windows color (decimal): -1214864 or 7370477. OLE color: 7370477.

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

Color convert

RGB237118112-
CMYK00.500.530.07
HSL2.88º77.64%68.43%-
HSV(B)2.88º52.74%92.94%-
XYZ44.3332.1319.19-
YUV152.9104.92187.99-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 50.75%
GREEN value IS 118 (46.48% from 255) = 25.27%
BLUE value IS 112 (44.14% from 255) = 23.98%
R=50.75%
G=25.27%
B=23.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.53
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23711811200.500.530.072.8877.6468.43
HexED767003235734e44
Octal3551661600626573116104
Binary111011011110110111000001100101101011111110011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED7670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED7670; }

 p { color: rgb(237,118,112); }

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

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

 a { background-color: rgb(237,118,112); }

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

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

 span { border-color: rgb(237,118,112); }

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