#E26F6B

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

Shades of Geraldine #E26F6B

Tints of Geraldine #E26F6B

Color information

#E26F6B (or 0xE26F6B) is unknown color: approx Geraldine. HEX triplet: E2, 6F and 6B. RGB value is (226,111,107). Sum of RGB (Red+Green+Blue) = 226+111+107=444 (58% of max value = 765). Red value is 226 (88.67% from 255 or 50.90% from 444); Green value is 111 (43.75% from 255 or 25% from 444); Blue value is 107 (42.19% from 255 or 24.10% from 444); Max value from RGB is 226 - color contains mainly: red. Hex color #E26F6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E26F6B is #1D9094. Grayscale: #919191. Windows color (decimal): -1937557 or 7040994. OLE color: 7040994.

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

Color convert

RGB226111107-
CMYK00.510.530.11
HSL2.02º67.23%65.29%-
HSV(B)2.02º52.65%88.63%-
XYZ39.728.617.34-
YUV144.93106.6185.83-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 50.90%
GREEN value IS 111 (43.75% from 255) = 25%
BLUE value IS 107 (42.19% from 255) = 24.10%
R=50.90%
G=25%
B=24.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.53
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22611110700.510.530.112.0267.2365.29
HexE26F6B03335B24341
Octal34215715306365132103101
Binary1110001011011111101011011001111010110111010000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E26F6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E26F6B; }

 p { color: rgb(226,111,107); }

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

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

 a { background-color: rgb(226,111,107); }

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

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

 span { border-color: rgb(226,111,107); }

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