#E7727E

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

Shades of Froly #E7727E

Tints of Froly #E7727E

Color information

#E7727E (or 0xE7727E) is unknown color: approx Froly. HEX triplet: E7, 72 and 7E. RGB value is (231,114,126). Sum of RGB (Red+Green+Blue) = 231+114+126=471 (62% of max value = 765). Red value is 231 (90.62% from 255 or 49.04% from 471); Green value is 114 (44.92% from 255 or 24.20% from 471); Blue value is 126 (49.61% from 255 or 26.75% from 471); Max value from RGB is 231 - color contains mainly: red. Hex color #E7727E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E7727E is #188D81. Grayscale: #969696. Windows color (decimal): -1609090 or 8286951. OLE color: 8286951.

HSL color Cylindrical-coordinate representation of color #E7727E: hue angle of 353.85º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E7727E is Cyan = 0, Magento = 0.51, Yellow = 0.45 and Black (K on CMYK) = 0.09.

Color convert

RGB231114126-
CMYK00.510.450.09
HSL353.85º70.91%67.65%-
HSV(B)353.85º50.65%90.59%-
XYZ42.7430.5323.38-
YUV150.35114.26185.52-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 49.04%
GREEN value IS 114 (44.92% from 255) = 24.20%
BLUE value IS 126 (49.61% from 255) = 26.75%
R=49.04%
G=24.20%
B=26.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.45
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23111412600.510.450.09353.8570.9167.65
HexE7727E0332D91624744
Octal3471621760635511542107104
Binary11100111111001011111100110011101101100110110001010001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7727E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7727E; }

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

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

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

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

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

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

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

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