#EB767B

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

Shades of Froly #EB767B

Tints of Froly #EB767B

Color information

#EB767B (or 0xEB767B) is unknown color: approx Froly. HEX triplet: EB, 76 and 7B. RGB value is (235,118,123). Sum of RGB (Red+Green+Blue) = 235+118+123=476 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.37% from 476); Green value is 118 (46.48% from 255 or 24.79% from 476); Blue value is 123 (48.44% from 255 or 25.84% from 476); Max value from RGB is 235 - color contains mainly: red. Hex color #EB767B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB767B is #148984. Grayscale: #999999. Windows color (decimal): -1345925 or 8091371. OLE color: 8091371.

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

Color convert

RGB235118123-
CMYK00.500.480.08
HSL357.44º74.52%69.22%-
HSV(B)357.44º49.79%92.16%-
XYZ44.3132.0522.59-
YUV153.55110.76186.09-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 49.37%
GREEN value IS 118 (46.48% from 255) = 24.79%
BLUE value IS 123 (48.44% from 255) = 25.84%
R=49.37%
G=24.79%
B=25.84%

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
Decimal23511812300.500.480.08357.4474.5269.22
HexEB767B0323081654b45
Octal3531661730626010545113105
Binary11101011111011011110110110010110000100010110010110010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB767B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB767B; }

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

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

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

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

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

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

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

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