#E2727B

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

Shades of Froly #E2727B

Tints of Froly #E2727B

Color information

#E2727B (or 0xE2727B) is unknown color: approx Froly. HEX triplet: E2, 72 and 7B. RGB value is (226,114,123). Sum of RGB (Red+Green+Blue) = 226+114+123=463 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.81% from 463); Green value is 114 (44.92% from 255 or 24.62% from 463); Blue value is 123 (48.44% from 255 or 26.57% from 463); Max value from RGB is 226 - color contains mainly: red. Hex color #E2727B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2727B is #1D8D84. Grayscale: #949494. Windows color (decimal): -1936773 or 8090338. OLE color: 8090338.

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

Color convert

RGB226114123-
CMYK00.500.460.11
HSL355.18º65.88%66.67%-
HSV(B)355.18º49.56%88.63%-
XYZ40.9629.6322.3-
YUV148.51113.61183.27-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 48.81%
GREEN value IS 114 (44.92% from 255) = 24.62%
BLUE value IS 123 (48.44% from 255) = 26.57%
R=48.81%
G=24.62%
B=26.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.46
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22611412300.500.460.11355.1865.8866.67
HexE2727B0322EB1634243
Octal3421621730625613543102103
Binary11100010111001011110110110010101110101110110001110000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2727B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2727B; }

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

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

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

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

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

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

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

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