#E27B74

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

Shades of Geraldine #E27B74

Tints of Geraldine #E27B74

Color information

#E27B74 (or 0xE27B74) is unknown color: approx Geraldine. HEX triplet: E2, 7B and 74. RGB value is (226,123,116). Sum of RGB (Red+Green+Blue) = 226+123+116=465 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.60% from 465); Green value is 123 (48.44% from 255 or 26.45% from 465); Blue value is 116 (45.70% from 255 or 24.95% from 465); Max value from RGB is 226 - color contains mainly: red. Hex color #E27B74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E27B74 is #1D848B. Grayscale: #999999. Windows color (decimal): -1934476 or 7633890. OLE color: 7633890.

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

Color convert

RGB226123116-
CMYK00.460.490.11
HSL3.82º65.48%67.06%-
HSV(B)3.82º48.67%88.63%-
XYZ41.631.620.43-
YUV153107.12180.07-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 48.60%
GREEN value IS 123 (48.44% from 255) = 26.45%
BLUE value IS 116 (45.70% from 255) = 24.95%
R=48.60%
G=26.45%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.49
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22612311600.460.490.113.8265.4867.06
HexE27B7402E31B44143
Octal34217316405661134101103
Binary11100010111101111101000101110110001101110010000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E27B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E27B74; }

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

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

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

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

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

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

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

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