#ED7372

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

Shades of Geraldine #ED7372

Tints of Geraldine #ED7372

Color information

#ED7372 (or 0xED7372) is unknown color: approx Geraldine. HEX triplet: ED, 73 and 72. RGB value is (237,115,114). Sum of RGB (Red+Green+Blue) = 237+115+114=466 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.86% from 466); Green value is 115 (45.31% from 255 or 24.68% from 466); Blue value is 114 (44.92% from 255 or 24.46% from 466); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7372 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7372 is #128C8D. Grayscale: #979797. Windows color (decimal): -1215630 or 7500781. OLE color: 7500781.

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

Color convert

RGB237115114-
CMYK00.510.520.07
HSL0.49º77.36%68.82%-
HSV(B)0.49º51.9%92.94%-
XYZ44.0931.4819.67-
YUV151.36106.92189.08-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 50.86%
GREEN value IS 115 (45.31% from 255) = 24.68%
BLUE value IS 114 (44.92% from 255) = 24.46%
R=50.86%
G=24.68%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.52
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23711511400.510.520.070.4977.3668.82
HexED737203334704d45
Octal3551631620636470115105
Binary11101101111001111100100110011110100111010011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED7372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED7372; }

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

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

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

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

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

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

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

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