#ED7668

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

Shades of Geraldine #ED7668

Tints of Geraldine #ED7668

Color information

#ED7668 (or 0xED7668) is unknown color: approx Geraldine. HEX triplet: ED, 76 and 68. RGB value is (237,118,104). Sum of RGB (Red+Green+Blue) = 237+118+104=459 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.63% from 459); Green value is 118 (46.48% from 255 or 25.71% from 459); Blue value is 104 (41.02% from 255 or 22.66% from 459); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7668 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7668 is #128997. Grayscale: #989898. Windows color (decimal): -1214872 or 6846189. OLE color: 6846189.

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

Color convert

RGB237118104-
CMYK00.500.560.07
HSL6.32º78.7%66.86%-
HSV(B)6.32º56.12%92.94%-
XYZ43.931.9616.95-
YUV151.98100.92188.64-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 51.63%
GREEN value IS 118 (46.48% from 255) = 25.71%
BLUE value IS 104 (41.02% from 255) = 22.66%
R=51.63%
G=25.71%
B=22.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.56
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23711810400.500.560.076.3278.766.86
HexED766803238764f43
Octal3551661500627076117103
Binary1110110111101101101000011001011100011111010011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED7668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED7668; }

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

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

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

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

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

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

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

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