#E2736A

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

Shades of Geraldine #E2736A

Tints of Geraldine #E2736A

Color information

#E2736A (or 0xE2736A) is unknown color: approx Geraldine. HEX triplet: E2, 73 and 6A. RGB value is (226,115,106). Sum of RGB (Red+Green+Blue) = 226+115+106=447 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.56% from 447); Green value is 115 (45.31% from 255 or 25.73% from 447); Blue value is 106 (41.80% from 255 or 23.71% from 447); Max value from RGB is 226 - color contains mainly: red. Hex color #E2736A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2736A is #1D8C95. Grayscale: #939393. Windows color (decimal): -1936534 or 6976482. OLE color: 6976482.

HSL color Cylindrical-coordinate representation of color #E2736A: hue angle of 4.5º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E2736A is Cyan = 0, Magento = 0.49, Yellow = 0.53 and Black (K on CMYK) = 0.11.

Color convert

RGB226115106-
CMYK00.490.530.11
HSL4.5º67.42%65.1%-
HSV(B)4.5º53.1%88.63%-
XYZ40.129.4717.21-
YUV147.16104.77184.23-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 50.56%
GREEN value IS 115 (45.31% from 255) = 25.73%
BLUE value IS 106 (41.80% from 255) = 23.71%
R=50.56%
G=25.73%
B=23.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.53
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22611510600.490.530.114.567.4265.1
HexE2736A03135B54341
Octal34216315206165135103101
Binary11100010111001111010100110001110101101110110000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2736A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2736A; }

 p { color: rgb(226,115,106); }

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

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

 a { background-color: rgb(226,115,106); }

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

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

 span { border-color: rgb(226,115,106); }

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