#ED7875

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

Shades of Geraldine #ED7875

Tints of Geraldine #ED7875

Color information

#ED7875 (or 0xED7875) is unknown color: approx Geraldine. HEX triplet: ED, 78 and 75. RGB value is (237,120,117). Sum of RGB (Red+Green+Blue) = 237+120+117=474 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50% from 474); Green value is 120 (47.27% from 255 or 25.32% from 474); Blue value is 117 (46.09% from 255 or 24.68% from 474); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7875 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7875 is #12878A. Grayscale: #9A9A9A. Windows color (decimal): -1214347 or 7698669. OLE color: 7698669.

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

Color convert

RGB237120117-
CMYK00.490.510.07
HSL1.5º76.92%69.41%-
HSV(B)1.5º50.63%92.94%-
XYZ44.8532.7220.78-
YUV154.64106.76186.74-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 50%
GREEN value IS 120 (47.27% from 255) = 25.32%
BLUE value IS 117 (46.09% from 255) = 24.68%
R=50%
G=25.32%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.51
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23712011700.490.510.071.576.9269.41
HexED787503133724d45
Octal3551701650616372115105
Binary111011011111000111010101100011100111111010011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED7875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED7875; }

 p { color: rgb(237,120,117); }

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

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

 a { background-color: rgb(237,120,117); }

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

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

 span { border-color: rgb(237,120,117); }

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