#E7727D

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

Shades of Froly #E7727D

Tints of Froly #E7727D

Color information

#E7727D (or 0xE7727D) is unknown color: approx Froly. HEX triplet: E7, 72 and 7D. RGB value is (231,114,125). Sum of RGB (Red+Green+Blue) = 231+114+125=470 (62% of max value = 765). Red value is 231 (90.62% from 255 or 49.15% from 470); Green value is 114 (44.92% from 255 or 24.26% from 470); Blue value is 125 (49.22% from 255 or 26.60% from 470); Max value from RGB is 231 - color contains mainly: red. Hex color #E7727D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E7727D is #188D82. Grayscale: #969696. Windows color (decimal): -1609091 or 8221415. OLE color: 8221415.

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

Color convert

RGB231114125-
CMYK00.510.460.09
HSL354.36º70.91%67.65%-
HSV(B)354.36º50.65%90.59%-
XYZ42.6730.523.04-
YUV150.24113.76185.61-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 49.15%
GREEN value IS 114 (44.92% from 255) = 24.26%
BLUE value IS 125 (49.22% from 255) = 26.60%
R=49.15%
G=24.26%
B=26.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.46
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23111412500.510.460.09354.3670.9167.65
HexE7727D0332E91624744
Octal3471621750635611542107104
Binary11100111111001011111010110011101110100110110001010001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7727D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7727D; }

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

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

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

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

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

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

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

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