#EB7B83

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

Shades of Froly #EB7B83

Tints of Froly #EB7B83

Color information

#EB7B83 (or 0xEB7B83) is unknown color: approx Froly. HEX triplet: EB, 7B and 83. RGB value is (235,123,131). Sum of RGB (Red+Green+Blue) = 235+123+131=489 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.06% from 489); Green value is 123 (48.44% from 255 or 25.15% from 489); Blue value is 131 (51.56% from 255 or 26.79% from 489); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7B83 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB7B83 is #14847C. Grayscale: #9D9D9D. Windows color (decimal): -1344637 or 8616939. OLE color: 8616939.

HSL color Cylindrical-coordinate representation of color #EB7B83: hue angle of 355.71º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EB7B83 is Cyan = 0, Magento = 0.48, Yellow = 0.44 and Black (K on CMYK) = 0.08.

Color convert

RGB235123131-
CMYK00.480.440.08
HSL355.71º73.68%70.2%-
HSV(B)355.71º47.66%92.16%-
XYZ45.4433.4725.54-
YUV157.4113.11183.35-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 48.06%
GREEN value IS 123 (48.44% from 255) = 25.15%
BLUE value IS 131 (51.56% from 255) = 26.79%
R=48.06%
G=25.15%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.44
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23512313100.480.440.08355.7173.6870.2
HexEB7B830302C81644a46
Octal3531732030605410544112106
Binary111010111111011100000110110000101100100010110010010010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB7B83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB7B83; }

 p { color: rgb(235,123,131); }

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

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

 a { background-color: rgb(235,123,131); }

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

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

 span { border-color: rgb(235,123,131); }

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