#E27A7B

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

Shades of Froly #E27A7B

Tints of Froly #E27A7B

Color information

#E27A7B (or 0xE27A7B) is unknown color: approx Froly. HEX triplet: E2, 7A and 7B. RGB value is (226,122,123). Sum of RGB (Red+Green+Blue) = 226+122+123=471 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.98% from 471); Green value is 122 (48.05% from 255 or 25.90% from 471); Blue value is 123 (48.44% from 255 or 26.11% from 471); Max value from RGB is 226 - color contains mainly: red. Hex color #E27A7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E27A7B is #1D8584. Grayscale: #999999. Windows color (decimal): -1934725 or 8092386. OLE color: 8092386.

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

Color convert

RGB226122123-
CMYK00.460.460.11
HSL359.42º64.2%68.24%-
HSV(B)359.42º46.02%88.63%-
XYZ41.931.5222.61-
YUV153.21110.96179.92-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 47.98%
GREEN value IS 122 (48.05% from 255) = 25.90%
BLUE value IS 123 (48.44% from 255) = 26.11%
R=47.98%
G=25.90%
B=26.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.46
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22612212300.460.460.11359.4264.268.24
HexE27A7B02E2EB1674044
Octal3421721730565613547100104
Binary11100010111101011110110101110101110101110110011110000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E27A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E27A7B; }

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

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

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

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

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

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

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

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