#EB7A81

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

Shades of Froly #EB7A81

Tints of Froly #EB7A81

Color information

#EB7A81 (or 0xEB7A81) is unknown color: approx Froly. HEX triplet: EB, 7A and 81. RGB value is (235,122,129). Sum of RGB (Red+Green+Blue) = 235+122+129=486 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.35% from 486); Green value is 122 (48.05% from 255 or 25.10% from 486); Blue value is 129 (50.78% from 255 or 26.54% from 486); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7A81 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB7A81 is #14857E. Grayscale: #9C9C9C. Windows color (decimal): -1344895 or 8485611. OLE color: 8485611.

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

Color convert

RGB235122129-
CMYK00.480.450.08
HSL356.28º73.86%70%-
HSV(B)356.28º48.09%92.16%-
XYZ45.1833.1724.79-
YUV156.58112.44183.93-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 48.35%
GREEN value IS 122 (48.05% from 255) = 25.10%
BLUE value IS 129 (50.78% from 255) = 26.54%
R=48.35%
G=25.10%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.45
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23512212900.480.450.08356.2873.8670
HexEB7A810302D81644a46
Octal3531722010605510544112106
Binary111010111111010100000010110000101101100010110010010010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB7A81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB7A81; }

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

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

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

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

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

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

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

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