#EB6B7E

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

Shades of Froly #EB6B7E

Tints of Froly #EB6B7E

Color information

#EB6B7E (or 0xEB6B7E) is unknown color: approx Froly. HEX triplet: EB, 6B and 7E. RGB value is (235,107,126). Sum of RGB (Red+Green+Blue) = 235+107+126=468 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.21% from 468); Green value is 107 (42.19% from 255 or 22.86% from 468); Blue value is 126 (49.61% from 255 or 26.92% from 468); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6B7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB6B7E is #149481. Grayscale: #939393. Windows color (decimal): -1348738 or 8285163. OLE color: 8285163.

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

Color convert

RGB235107126-
CMYK00.540.460.08
HSL351.09º76.19%67.06%-
HSV(B)351.09º54.47%92.16%-
XYZ43.2829.6823.19-
YUV147.44115.91190.46-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 50.21%
GREEN value IS 107 (42.19% from 255) = 22.86%
BLUE value IS 126 (49.61% from 255) = 26.92%
R=50.21%
G=22.86%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.46
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23510712600.540.460.08351.0976.1967.06
HexEB6B7E0362E815f4c43
Octal3531531760665610537114103
Binary11101011110101111111100110110101110100010101111110011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB6B7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB6B7E; }

 p { color: rgb(235,107,126); }

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

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

 a { background-color: rgb(235,107,126); }

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

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

 span { border-color: rgb(235,107,126); }

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