#E1727D

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

Shades of Froly #E1727D

Tints of Froly #E1727D

Color information

#E1727D (or 0xE1727D) is unknown color: approx Froly. HEX triplet: E1, 72 and 7D. RGB value is (225,114,125). Sum of RGB (Red+Green+Blue) = 225+114+125=464 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.49% from 464); Green value is 114 (44.92% from 255 or 24.57% from 464); Blue value is 125 (49.22% from 255 or 26.94% from 464); Max value from RGB is 225 - color contains mainly: red. Hex color #E1727D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1727D is #1E8D82. Grayscale: #949494. Windows color (decimal): -2002307 or 8221409. OLE color: 8221409.

HSL color Cylindrical-coordinate representation of color #E1727D: hue angle of 354.05º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E1727D is Cyan = 0, Magento = 0.49, Yellow = 0.44 and Black (K on CMYK) = 0.12.

Color convert

RGB225114125-
CMYK00.490.440.12
HSL354.05º64.91%66.47%-
HSV(B)354.05º49.33%88.24%-
XYZ40.7729.5222.95-
YUV148.44114.77182.61-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 48.49%
GREEN value IS 114 (44.92% from 255) = 24.57%
BLUE value IS 125 (49.22% from 255) = 26.94%
R=48.49%
G=24.57%
B=26.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.44
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22511412500.490.440.12354.0564.9166.47
HexE1727D0312CC1624142
Octal3411621750615414542101102
Binary11100001111001011111010110001101100110010110001010000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1727D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1727D; }

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

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

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

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

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

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

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

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