#eb6c7b

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

Shades of Froly #EB6C7B

Tints of Froly #EB6C7B

Color information

#EB6C7B (or 0xEB6C7B) is unknown color: approx Froly. HEX triplet: EB, 6C and 7B. RGB value is (235,108,123). Sum of RGB (Red+Green+Blue) = 235+108+123=466 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.43% from 466); Green value is 108 (42.58% from 255 or 23.18% from 466); Blue value is 123 (48.44% from 255 or 26.39% from 466); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6C7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB6C7B is #149384. Grayscale: #939393. Windows color (decimal): -1348485 or 8088811. OLE color: 8088811.

HSL color Cylindrical-coordinate representation of color #EB6C7B: hue angle of 352.91º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EB6C7B is Cyan = 0, Magento = 0.54, Yellow = 0.48 and Black (K on CMYK) = 0.08.

Color convert

RGB235108123-
CMYK00.540.480.08
HSL352.91º76.05%67.25%-
HSV(B)352.91º54.04%92.16%-
XYZ43.229.8222.22-
YUV147.68114.08190.28-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 50.43%
GREEN value IS 108 (42.58% from 255) = 23.18%
BLUE value IS 123 (48.44% from 255) = 26.39%
R=50.43%
G=23.18%
B=26.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.48
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23510812300.540.480.08352.9176.0567.25
HexEB6C7B0363081614c43
Octal3531541730666010541114103
Binary11101011110110011110110110110110000100010110000110011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #eb6c7b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #eb6c7b; }

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

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

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

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

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

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

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

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