#E27D7B

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

Shades of Geraldine #E27D7B

Tints of Geraldine #E27D7B

Color information

#E27D7B (or 0xE27D7B) is unknown color: approx Geraldine. HEX triplet: E2, 7D and 7B. RGB value is (226,125,123). Sum of RGB (Red+Green+Blue) = 226+125+123=474 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.68% from 474); Green value is 125 (49.22% from 255 or 26.37% from 474); Blue value is 123 (48.44% from 255 or 25.95% from 474); Max value from RGB is 226 - color contains mainly: red. Hex color #E27D7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E27D7B is #1D8284. Grayscale: #9B9B9B. Windows color (decimal): -1933957 or 8093154. OLE color: 8093154.

HSL color Cylindrical-coordinate representation of color #E27D7B: hue angle of 1.17º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E27D7B is Cyan = 0, Magento = 0.45, Yellow = 0.46 and Black (K on CMYK) = 0.11.

Color convert

RGB226125123-
CMYK00.450.460.11
HSL1.17º63.98%68.43%-
HSV(B)1.17º45.58%88.63%-
XYZ42.2732.2722.74-
YUV154.97109.96178.66-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 47.68%
GREEN value IS 125 (49.22% from 255) = 26.37%
BLUE value IS 123 (48.44% from 255) = 25.95%
R=47.68%
G=26.37%
B=25.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.46
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22612512300.450.460.111.1763.9868.43
HexE27D7B02D2EB14044
Octal34217517305556131100104
Binary111000101111101111101101011011011101011110000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E27D7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E27D7B; }

 p { color: rgb(226,125,123); }

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

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

 a { background-color: rgb(226,125,123); }

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

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

 span { border-color: rgb(226,125,123); }

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