#e27b7d

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

Shades of Froly #E27B7D

Tints of Froly #E27B7D

Color information

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

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

Color convert

RGB226123125-
CMYK00.460.450.11
HSL358.83º63.98%68.43%-
HSV(B)358.83º45.58%88.63%-
XYZ42.1531.8223.32-
YUV154.02111.62179.34-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.45
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22612312500.460.450.11358.8363.9868.43
HexE27B7D02E2DB1674044
Octal3421731750565513547100104
Binary11100010111101111111010101110101101101110110011110000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e27b7d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e27b7d; }

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

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

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

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

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

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

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

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