#EB757A

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

Shades of Froly #EB757A

Tints of Froly #EB757A

Color information

#EB757A (or 0xEB757A) is unknown color: approx Froly. HEX triplet: EB, 75 and 7A. RGB value is (235,117,122). Sum of RGB (Red+Green+Blue) = 235+117+122=474 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.58% from 474); Green value is 117 (46.09% from 255 or 24.68% from 474); Blue value is 122 (48.05% from 255 or 25.74% from 474); Max value from RGB is 235 - color contains mainly: red. Hex color #EB757A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB757A is #148A85. Grayscale: #989898. Windows color (decimal): -1346182 or 8025579. OLE color: 8025579.

HSL color Cylindrical-coordinate representation of color #EB757A: hue angle of 357.46º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EB757A is Cyan = 0, Magento = 0.50, Yellow = 0.48 and Black (K on CMYK) = 0.08.

Color convert

RGB235117122-
CMYK00.500.480.08
HSL357.46º74.68%69.02%-
HSV(B)357.46º50.21%92.16%-
XYZ44.1431.7922.22-
YUV152.85110.59186.59-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 49.58%
GREEN value IS 117 (46.09% from 255) = 24.68%
BLUE value IS 122 (48.05% from 255) = 25.74%
R=49.58%
G=24.68%
B=25.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.48
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23511712200.500.480.08357.4674.6869.02
HexEB757A0323081654b45
Octal3531651720626010545113105
Binary11101011111010111110100110010110000100010110010110010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB757A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB757A; }

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

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

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

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

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

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

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

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