#EB737D

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

Shades of Froly #EB737D

Tints of Froly #EB737D

Color information

#EB737D (or 0xEB737D) is unknown color: approx Froly. HEX triplet: EB, 73 and 7D. RGB value is (235,115,125). Sum of RGB (Red+Green+Blue) = 235+115+125=475 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.47% from 475); Green value is 115 (45.31% from 255 or 24.21% from 475); Blue value is 125 (49.22% from 255 or 26.32% from 475); Max value from RGB is 235 - color contains mainly: red. Hex color #EB737D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB737D is #148C82. Grayscale: #989898. Windows color (decimal): -1346691 or 8221675. OLE color: 8221675.

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

Color convert

RGB235115125-
CMYK00.510.470.08
HSL355º75%68.63%-
HSV(B)355º51.06%92.16%-
XYZ44.0931.423.14-
YUV152.02112.76187.19-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 49.47%
GREEN value IS 115 (45.31% from 255) = 24.21%
BLUE value IS 125 (49.22% from 255) = 26.32%
R=49.47%
G=24.21%
B=26.32%

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
Decimal23511512500.510.470.083557568.63
HexEB737D0332F81634b45
Octal3531631750635710543113105
Binary11101011111001111111010110011101111100010110001110010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB737D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB737D; }

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

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

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

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

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

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

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

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