#EC7F70

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

Shades of Geraldine #EC7F70

Tints of Geraldine #EC7F70

Color information

#EC7F70 (or 0xEC7F70) is unknown color: approx Geraldine. HEX triplet: EC, 7F and 70. RGB value is (236,127,112). Sum of RGB (Red+Green+Blue) = 236+127+112=475 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.68% from 475); Green value is 127 (50% from 255 or 26.74% from 475); Blue value is 112 (44.14% from 255 or 23.58% from 475); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7F70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7F70 is #13808F. Grayscale: #9E9E9E. Windows color (decimal): -1278096 or 7372780. OLE color: 7372780.

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

Color convert

RGB236127112-
CMYK00.460.530.07
HSL7.26º76.54%68.24%-
HSV(B)7.26º52.54%92.55%-
XYZ45.1134.1819.55-
YUV157.88102.11183.72-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 49.68%
GREEN value IS 127 (50% from 255) = 26.74%
BLUE value IS 112 (44.14% from 255) = 23.58%
R=49.68%
G=26.74%
B=23.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.53
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23612711200.460.530.077.2676.5468.24
HexEC7F7002E35774d44
Octal3541771600566577115104
Binary1110110011111111110000010111011010111111110011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC7F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC7F70; }

 p { color: rgb(236,127,112); }

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

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

 a { background-color: rgb(236,127,112); }

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

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

 span { border-color: rgb(236,127,112); }

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