#eb727d

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

Shades of Froly #EB727D

Tints of Froly #EB727D

Color information

#EB727D (or 0xEB727D) is unknown color: approx Froly. HEX triplet: EB, 72 and 7D. RGB value is (235,114,125). Sum of RGB (Red+Green+Blue) = 235+114+125=474 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.58% from 474); Green value is 114 (44.92% from 255 or 24.05% from 474); Blue value is 125 (49.22% from 255 or 26.37% from 474); Max value from RGB is 235 - color contains mainly: red. Hex color #EB727D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB727D is #148D82. Grayscale: #979797. Windows color (decimal): -1346947 or 8221419. OLE color: 8221419.

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

Color convert

RGB235114125-
CMYK00.510.470.08
HSL354.55º75.16%68.43%-
HSV(B)354.55º51.49%92.16%-
XYZ43.9831.1823.1-
YUV151.43113.09187.61-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 49.58%
GREEN value IS 114 (44.92% from 255) = 24.05%
BLUE value IS 125 (49.22% from 255) = 26.37%
R=49.58%
G=24.05%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.47
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23511412500.510.470.08354.5575.1668.43
HexEB727D0332F81634b44
Octal3531621750635710543113104
Binary11101011111001011111010110011101111100010110001110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #eb727d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #eb727d; }

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

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

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

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

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

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

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

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