#ED7470

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

Shades of Geraldine #ED7470

Tints of Geraldine #ED7470

Color information

#ED7470 (or 0xED7470) is unknown color: approx Geraldine. HEX triplet: ED, 74 and 70. RGB value is (237,116,112). Sum of RGB (Red+Green+Blue) = 237+116+112=465 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.97% from 465); Green value is 116 (45.70% from 255 or 24.95% from 465); Blue value is 112 (44.14% from 255 or 24.09% from 465); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7470 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7470 is #128B8F. Grayscale: #979797. Windows color (decimal): -1215376 or 7369965. OLE color: 7369965.

HSL color Cylindrical-coordinate representation of color #ED7470: hue angle of 1.92º 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 #ED7470 is Cyan = 0, Magento = 0.51, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB237116112-
CMYK00.510.530.07
HSL1.92º77.64%68.43%-
HSV(B)1.92º52.74%92.94%-
XYZ44.131.6719.12-
YUV151.72105.59188.83-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 50.97%
GREEN value IS 116 (45.70% from 255) = 24.95%
BLUE value IS 112 (44.14% from 255) = 24.09%
R=50.97%
G=24.95%
B=24.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.53
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23711611200.510.530.071.9277.6468.43
HexED747003335724e44
Octal3551641600636572116104
Binary111011011110100111000001100111101011111010011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED7470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED7470; }

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

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

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

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

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

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

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

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