#EB767F

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

Shades of Froly #EB767F

Tints of Froly #EB767F

Color information

#EB767F (or 0xEB767F) is unknown color: approx Froly. HEX triplet: EB, 76 and 7F. RGB value is (235,118,127). Sum of RGB (Red+Green+Blue) = 235+118+127=480 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.96% from 480); Green value is 118 (46.48% from 255 or 24.58% from 480); Blue value is 127 (50% from 255 or 26.46% from 480); Max value from RGB is 235 - color contains mainly: red. Hex color #EB767F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB767F is #148980. Grayscale: #9A9A9A. Windows color (decimal): -1345921 or 8353515. OLE color: 8353515.

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

Color convert

RGB235118127-
CMYK00.500.460.08
HSL355.38º74.52%69.22%-
HSV(B)355.38º49.79%92.16%-
XYZ44.5732.1523.94-
YUV154.01112.76185.77-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 48.96%
GREEN value IS 118 (46.48% from 255) = 24.58%
BLUE value IS 127 (50% from 255) = 26.46%
R=48.96%
G=24.58%
B=26.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.46
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23511812700.500.460.08355.3874.5269.22
HexEB767F0322E81634b45
Octal3531661770625610543113105
Binary11101011111011011111110110010101110100010110001110010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB767F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB767F; }

 p { color: rgb(235,118,127); }

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

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

 a { background-color: rgb(235,118,127); }

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

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

 span { border-color: rgb(235,118,127); }

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