#EB7A7C

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

Shades of Froly #EB7A7C

Tints of Froly #EB7A7C

Color information

#EB7A7C (or 0xEB7A7C) is unknown color: approx Froly. HEX triplet: EB, 7A and 7C. RGB value is (235,122,124). Sum of RGB (Red+Green+Blue) = 235+122+124=481 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.86% from 481); Green value is 122 (48.05% from 255 or 25.36% from 481); Blue value is 124 (48.83% from 255 or 25.78% from 481); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7A7C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB7A7C is #148583. Grayscale: #9C9C9C. Windows color (decimal): -1344900 or 8157931. OLE color: 8157931.

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

Color convert

RGB235122124-
CMYK00.480.470.08
HSL358.94º73.86%70%-
HSV(B)358.94º48.09%92.16%-
XYZ44.8633.0423.08-
YUV156.01109.94184.34-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 48.86%
GREEN value IS 122 (48.05% from 255) = 25.36%
BLUE value IS 124 (48.83% from 255) = 25.78%
R=48.86%
G=25.36%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.47
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23512212400.480.470.08358.9473.8670
HexEB7A7C0302F81674a46
Octal3531721740605710547112106
Binary11101011111101011111000110000101111100010110011110010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB7A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB7A7C; }

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

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

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

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

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

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

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

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