#EB737F

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

Shades of Froly #EB737F

Tints of Froly #EB737F

Color information

#EB737F (or 0xEB737F) is unknown color: approx Froly. HEX triplet: EB, 73 and 7F. RGB value is (235,115,127). Sum of RGB (Red+Green+Blue) = 235+115+127=477 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.27% from 477); Green value is 115 (45.31% from 255 or 24.11% from 477); Blue value is 127 (50% from 255 or 26.62% from 477); Max value from RGB is 235 - color contains mainly: red. Hex color #EB737F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB737F is #148C80. Grayscale: #989898. Windows color (decimal): -1346689 or 8352747. OLE color: 8352747.

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

Color convert

RGB235115127-
CMYK00.510.460.08
HSL354º75%68.63%-
HSV(B)354º51.06%92.16%-
XYZ44.2231.4623.82-
YUV152.25113.76187.02-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 49.27%
GREEN value IS 115 (45.31% from 255) = 24.11%
BLUE value IS 127 (50% from 255) = 26.62%
R=49.27%
G=24.11%
B=26.62%

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
Decimal23511512700.510.460.083547568.63
HexEB737F0332E81624b45
Octal3531631770635610542113105
Binary11101011111001111111110110011101110100010110001010010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB737F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB737F; }

 p { color: rgb(235,115,127); }

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

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

 a { background-color: rgb(235,115,127); }

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

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

 span { border-color: rgb(235,115,127); }

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