#EF7372

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

Shades of Geraldine #EF7372

Tints of Geraldine #EF7372

Color information

#EF7372 (or 0xEF7372) is unknown color: approx Geraldine. HEX triplet: EF, 73 and 72. RGB value is (239,115,114). Sum of RGB (Red+Green+Blue) = 239+115+114=468 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.07% from 468); Green value is 115 (45.31% from 255 or 24.57% from 468); Blue value is 114 (44.92% from 255 or 24.36% from 468); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7372 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7372 is #108C8D. Grayscale: #989898. Windows color (decimal): -1084558 or 7500783. OLE color: 7500783.

HSL color Cylindrical-coordinate representation of color #EF7372: hue angle of 0.48º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EF7372 is Cyan = 0, Magento = 0.52, Yellow = 0.52 and Black (K on CMYK) = 0.06.

Color convert

RGB239115114-
CMYK00.520.520.06
HSL0.48º79.62%69.22%-
HSV(B)0.48º52.3%93.73%-
XYZ44.7631.8319.7-
YUV151.96106.58190.08-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 51.07%
GREEN value IS 115 (45.31% from 255) = 24.57%
BLUE value IS 114 (44.92% from 255) = 24.36%
R=51.07%
G=24.57%
B=24.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.52
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23911511400.520.520.060.4879.6269.22
HexEF737203434605045
Octal3571631620646460120105
Binary11101111111001111100100110100110100110010100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF7372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF7372; }

 p { color: rgb(239,115,114); }

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

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

 a { background-color: rgb(239,115,114); }

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

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

 span { border-color: rgb(239,115,114); }

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