#ED7671

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

Shades of Geraldine #ED7671

Tints of Geraldine #ED7671

Color information

#ED7671 (or 0xED7671) is unknown color: approx Geraldine. HEX triplet: ED, 76 and 71. RGB value is (237,118,113). Sum of RGB (Red+Green+Blue) = 237+118+113=468 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.64% from 468); Green value is 118 (46.48% from 255 or 25.21% from 468); Blue value is 113 (44.53% from 255 or 24.15% from 468); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7671 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7671 is #12898E. Grayscale: #999999. Windows color (decimal): -1214863 or 7436013. OLE color: 7436013.

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

Color convert

RGB237118113-
CMYK00.500.520.07
HSL2.42º77.5%68.63%-
HSV(B)2.42º52.32%92.94%-
XYZ44.3832.1519.49-
YUV153.01105.42187.91-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 50.64%
GREEN value IS 118 (46.48% from 255) = 25.21%
BLUE value IS 113 (44.53% from 255) = 24.15%
R=50.64%
G=25.21%
B=24.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.52
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23711811300.500.520.072.4277.568.63
HexED767103234724e45
Octal3551661610626472116105
Binary111011011110110111000101100101101001111010011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED7671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED7671; }

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

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

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

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

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

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

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

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