#E8726B

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

Shades of Geraldine #E8726B

Tints of Geraldine #E8726B

Color information

#E8726B (or 0xE8726B) is unknown color: approx Geraldine. HEX triplet: E8, 72 and 6B. RGB value is (232,114,107). Sum of RGB (Red+Green+Blue) = 232+114+107=453 (60% of max value = 765). Red value is 232 (91.02% from 255 or 51.21% from 453); Green value is 114 (44.92% from 255 or 25.17% from 453); Blue value is 107 (42.19% from 255 or 23.62% from 453); Max value from RGB is 232 - color contains mainly: red. Hex color #E8726B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E8726B is #178D94. Grayscale: #949494. Windows color (decimal): -1543573 or 7041768. OLE color: 7041768.

HSL color Cylindrical-coordinate representation of color #E8726B: hue angle of 3.36º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E8726B is Cyan = 0, Magento = 0.51, Yellow = 0.54 and Black (K on CMYK) = 0.09.

Color convert

RGB232114107-
CMYK00.510.540.09
HSL3.36º73.1%66.47%-
HSV(B)3.36º53.88%90.98%-
XYZ41.9530.2517.54-
YUV148.48104.59187.57-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 51.21%
GREEN value IS 114 (44.92% from 255) = 25.17%
BLUE value IS 107 (42.19% from 255) = 23.62%
R=51.21%
G=25.17%
B=23.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.54
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23211410700.510.540.093.3673.166.47
HexE8726B03336934942
Octal35016215306366113111102
Binary1110100011100101101011011001111011010011110010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8726B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8726B; }

 p { color: rgb(232,114,107); }

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

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

 a { background-color: rgb(232,114,107); }

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

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

 span { border-color: rgb(232,114,107); }

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