#ED7472

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

Shades of Geraldine #ED7472

Tints of Geraldine #ED7472

Color information

#ED7472 (or 0xED7472) is unknown color: approx Geraldine. HEX triplet: ED, 74 and 72. RGB value is (237,116,114). Sum of RGB (Red+Green+Blue) = 237+116+114=467 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.75% from 467); Green value is 116 (45.70% from 255 or 24.84% from 467); Blue value is 114 (44.92% from 255 or 24.41% from 467); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7472 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7472 is #128B8D. Grayscale: #989898. Windows color (decimal): -1215374 or 7501037. OLE color: 7501037.

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

Color convert

RGB237116114-
CMYK00.510.520.07
HSL0.98º77.36%68.82%-
HSV(B)0.98º51.9%92.94%-
XYZ44.2131.7119.71-
YUV151.95106.59188.66-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 50.75%
GREEN value IS 116 (45.70% from 255) = 24.84%
BLUE value IS 114 (44.92% from 255) = 24.41%
R=50.75%
G=24.84%
B=24.41%

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
Decimal23711611400.510.520.070.9877.3668.82
HexED747203334714d45
Octal3551641620636471115105
Binary11101101111010011100100110011110100111110011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED7472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED7472; }

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

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

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

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

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

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

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

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