#EB7077

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

Shades of Froly #EB7077

Tints of Froly #EB7077

Color information

#EB7077 (or 0xEB7077) is unknown color: approx Froly. HEX triplet: EB, 70 and 77. RGB value is (235,112,119). Sum of RGB (Red+Green+Blue) = 235+112+119=466 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.43% from 466); Green value is 112 (44.14% from 255 or 24.03% from 466); Blue value is 119 (46.88% from 255 or 25.54% from 466); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7077 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB7077 is #148F88. Grayscale: #959595. Windows color (decimal): -1347465 or 7827691. OLE color: 7827691.

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

Color convert

RGB235112119-
CMYK00.520.490.08
HSL356.59º75.46%68.04%-
HSV(B)356.59º52.34%92.16%-
XYZ43.3830.5821.07-
YUV149.58110.75188.93-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 50.43%
GREEN value IS 112 (44.14% from 255) = 24.03%
BLUE value IS 119 (46.88% from 255) = 25.54%
R=50.43%
G=24.03%
B=25.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.49
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23511211900.520.490.08356.5975.4668.04
HexEB70770343181654b44
Octal3531601670646110545113104
Binary11101011111000011101110110100110001100010110010110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB7077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB7077; }

 p { color: rgb(235,112,119); }

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

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

 a { background-color: rgb(235,112,119); }

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

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

 span { border-color: rgb(235,112,119); }

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