#EB7381

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

Shades of Froly #EB7381

Tints of Froly #EB7381

Color information

#EB7381 (or 0xEB7381) is unknown color: approx Froly. HEX triplet: EB, 73 and 81. RGB value is (235,115,129). Sum of RGB (Red+Green+Blue) = 235+115+129=479 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.06% from 479); Green value is 115 (45.31% from 255 or 24.01% from 479); Blue value is 129 (50.78% from 255 or 26.93% from 479); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7381 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB7381 is #148C7E. Grayscale: #989898. Windows color (decimal): -1346687 or 8483819. OLE color: 8483819.

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

Color convert

RGB235115129-
CMYK00.510.450.08
HSL353º75%68.63%-
HSV(B)353º51.06%92.16%-
XYZ44.3531.5124.51-
YUV152.48114.76186.86-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 49.06%
GREEN value IS 115 (45.31% from 255) = 24.01%
BLUE value IS 129 (50.78% from 255) = 26.93%
R=49.06%
G=24.01%
B=26.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.45
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23511512900.510.450.083537568.63
HexEB73810332D81614b45
Octal3531632010635510541113105
Binary111010111110011100000010110011101101100010110000110010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB7381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB7381; }

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

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

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

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

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

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

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

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