#EB727E

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

Shades of Froly #EB727E

Tints of Froly #EB727E

Color information

#EB727E (or 0xEB727E) is unknown color: approx Froly. HEX triplet: EB, 72 and 7E. RGB value is (235,114,126). Sum of RGB (Red+Green+Blue) = 235+114+126=475 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.47% from 475); Green value is 114 (44.92% from 255 or 24% from 475); Blue value is 126 (49.61% from 255 or 26.53% from 475); Max value from RGB is 235 - color contains mainly: red. Hex color #EB727E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB727E is #148D81. Grayscale: #979797. Windows color (decimal): -1346946 or 8286955. OLE color: 8286955.

HSL color Cylindrical-coordinate representation of color #EB727E: hue angle of 354.05º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EB727E is Cyan = 0, Magento = 0.51, Yellow = 0.46 and Black (K on CMYK) = 0.08.

Color convert

RGB235114126-
CMYK00.510.460.08
HSL354.05º75.16%68.43%-
HSV(B)354.05º51.49%92.16%-
XYZ44.0431.223.44-
YUV151.55113.59187.52-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 49.47%
GREEN value IS 114 (44.92% from 255) = 24%
BLUE value IS 126 (49.61% from 255) = 26.53%
R=49.47%
G=24%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.46
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23511412600.510.460.08354.0575.1668.43
HexEB727E0332E81624b44
Octal3531621760635610542113104
Binary11101011111001011111100110011101110100010110001010010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB727E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB727E; }

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

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

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

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

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

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

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

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