#ed736d

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

Shades of Geraldine #ED736D

Tints of Geraldine #ED736D

Color information

#ED736D (or 0xED736D) is unknown color: approx Geraldine. HEX triplet: ED, 73 and 6D. RGB value is (237,115,109). Sum of RGB (Red+Green+Blue) = 237+115+109=461 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.41% from 461); Green value is 115 (45.31% from 255 or 24.95% from 461); Blue value is 109 (42.97% from 255 or 23.64% from 461); Max value from RGB is 237 - color contains mainly: red. Hex color #ED736D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED736D is #128C92. Grayscale: #969696. Windows color (decimal): -1215635 or 7173101. OLE color: 7173101.

HSL color Cylindrical-coordinate representation of color #ED736D: hue angle of 2.81º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ED736D is Cyan = 0, Magento = 0.51, Yellow = 0.54 and Black (K on CMYK) = 0.07.

Color convert

RGB237115109-
CMYK00.510.540.07
HSL2.81º78.05%67.84%-
HSV(B)2.81º54.01%92.94%-
XYZ43.8231.3718.21-
YUV150.79104.42189.49-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 51.41%
GREEN value IS 115 (45.31% from 255) = 24.95%
BLUE value IS 109 (42.97% from 255) = 23.64%
R=51.41%
G=24.95%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.54
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23711510900.510.540.072.8178.0567.84
HexED736D03336734e44
Octal3551631550636673116104
Binary111011011110011110110101100111101101111110011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ed736d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ed736d; }

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

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

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

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

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

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

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

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