#EB7279

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

Shades of Froly #EB7279

Tints of Froly #EB7279

Color information

#EB7279 (or 0xEB7279) is unknown color: approx Froly. HEX triplet: EB, 72 and 79. RGB value is (235,114,121). Sum of RGB (Red+Green+Blue) = 235+114+121=470 (62% of max value = 765). Red value is 235 (92.19% from 255 or 50% from 470); Green value is 114 (44.92% from 255 or 24.26% from 470); Blue value is 121 (47.66% from 255 or 25.74% from 470); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7279 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB7279 is #148D86. Grayscale: #979797. Windows color (decimal): -1346951 or 7959275. OLE color: 7959275.

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

Color convert

RGB235114121-
CMYK00.510.490.08
HSL356.53º75.16%68.43%-
HSV(B)356.53º51.49%92.16%-
XYZ43.7331.0821.78-
YUV150.98111.09187.93-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 50%
GREEN value IS 114 (44.92% from 255) = 24.26%
BLUE value IS 121 (47.66% from 255) = 25.74%
R=50%
G=24.26%
B=25.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.49
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23511412100.510.490.08356.5375.1668.43
HexEB72790333181654b44
Octal3531621710636110545113104
Binary11101011111001011110010110011110001100010110010110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB7279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB7279; }

 p { color: rgb(235,114,121); }

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

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

 a { background-color: rgb(235,114,121); }

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

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

 span { border-color: rgb(235,114,121); }

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