#E2727E

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

Shades of Froly #E2727E

Tints of Froly #E2727E

Color information

#E2727E (or 0xE2727E) is unknown color: approx Froly. HEX triplet: E2, 72 and 7E. RGB value is (226,114,126). Sum of RGB (Red+Green+Blue) = 226+114+126=466 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.50% from 466); Green value is 114 (44.92% from 255 or 24.46% from 466); Blue value is 126 (49.61% from 255 or 27.04% from 466); Max value from RGB is 226 - color contains mainly: red. Hex color #E2727E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2727E is #1D8D81. Grayscale: #949494. Windows color (decimal): -1936770 or 8286946. OLE color: 8286946.

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

Color convert

RGB226114126-
CMYK00.500.440.11
HSL353.57º65.88%66.67%-
HSV(B)353.57º49.56%88.63%-
XYZ41.1529.7123.3-
YUV148.86115.11183.02-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 48.50%
GREEN value IS 114 (44.92% from 255) = 24.46%
BLUE value IS 126 (49.61% from 255) = 27.04%
R=48.50%
G=24.46%
B=27.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.44
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22611412600.500.440.11353.5765.8866.67
HexE2727E0322CB1624243
Octal3421621760625413542102103
Binary11100010111001011111100110010101100101110110001010000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2727E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2727E; }

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

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

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

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

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

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

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

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