#E8726A

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

Shades of Geraldine #E8726A

Tints of Geraldine #E8726A

Color information

#E8726A (or 0xE8726A) is unknown color: approx Geraldine. HEX triplet: E8, 72 and 6A. RGB value is (232,114,106). Sum of RGB (Red+Green+Blue) = 232+114+106=452 (59% of max value = 765). Red value is 232 (91.02% from 255 or 51.33% from 452); Green value is 114 (44.92% from 255 or 25.22% from 452); Blue value is 106 (41.80% from 255 or 23.45% from 452); Max value from RGB is 232 - color contains mainly: red. Hex color #E8726A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E8726A is #178D95. Grayscale: #949494. Windows color (decimal): -1543574 or 6976232. OLE color: 6976232.

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

Color convert

RGB232114106-
CMYK00.510.540.09
HSL3.81º73.26%66.27%-
HSV(B)3.81º54.31%90.98%-
XYZ41.930.2317.26-
YUV148.37104.09187.65-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 51.33%
GREEN value IS 114 (44.92% from 255) = 25.22%
BLUE value IS 106 (41.80% from 255) = 23.45%
R=51.33%
G=25.22%
B=23.45%

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
Decimal23211410600.510.540.093.8173.2666.27
HexE8726A03336944942
Octal35016215206366114111102
Binary11101000111001011010100110011110110100110010010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8726A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8726A; }

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

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

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

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

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

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

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

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