#EF7975

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

Shades of Geraldine #EF7975

Tints of Geraldine #EF7975

Color information

#EF7975 (or 0xEF7975) is unknown color: approx Geraldine. HEX triplet: EF, 79 and 75. RGB value is (239,121,117). Sum of RGB (Red+Green+Blue) = 239+121+117=477 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50.10% from 477); Green value is 121 (47.66% from 255 or 25.37% from 477); Blue value is 117 (46.09% from 255 or 24.53% from 477); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7975 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7975 is #10868A. Grayscale: #9B9B9B. Windows color (decimal): -1083019 or 7698927. OLE color: 7698927.

HSL color Cylindrical-coordinate representation of color #EF7975: hue angle of 1.97º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EF7975 is Cyan = 0, Magento = 0.49, Yellow = 0.51 and Black (K on CMYK) = 0.06.

Color convert

RGB239121117-
CMYK00.490.510.06
HSL1.97º79.22%69.8%-
HSV(B)1.97º51.05%93.73%-
XYZ45.6433.3120.85-
YUV155.83106.09187.33-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 50.10%
GREEN value IS 121 (47.66% from 255) = 25.37%
BLUE value IS 117 (46.09% from 255) = 24.53%
R=50.10%
G=25.37%
B=24.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.51
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23912111700.490.510.061.9779.2269.8
HexEF797503133624f46
Octal3571711650616362117106
Binary111011111111001111010101100011100111101010011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF7975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF7975; }

 p { color: rgb(239,121,117); }

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

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

 a { background-color: rgb(239,121,117); }

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

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

 span { border-color: rgb(239,121,117); }

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