#EB647C

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

Shades of Froly #EB647C

Tints of Froly #EB647C

Color information

#EB647C (or 0xEB647C) is unknown color: approx Froly. HEX triplet: EB, 64 and 7C. RGB value is (235,100,124). Sum of RGB (Red+Green+Blue) = 235+100+124=459 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.20% from 459); Green value is 100 (39.45% from 255 or 21.79% from 459); Blue value is 124 (48.83% from 255 or 27.02% from 459); Max value from RGB is 235 - color contains mainly: red. Hex color #EB647C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB647C is #149B83. Grayscale: #8F8F8F. Windows color (decimal): -1350532 or 8152299. OLE color: 8152299.

HSL color Cylindrical-coordinate representation of color #EB647C: hue angle of 349.33º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EB647C is Cyan = 0, Magento = 0.57, Yellow = 0.47 and Black (K on CMYK) = 0.08.

Color convert

RGB235100124-
CMYK00.570.470.08
HSL349.33º77.14%65.69%-
HSV(B)349.33º57.45%92.16%-
XYZ42.4628.2322.28-
YUV143.1117.23193.55-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 51.20%
GREEN value IS 100 (39.45% from 255) = 21.79%
BLUE value IS 124 (48.83% from 255) = 27.02%
R=51.20%
G=21.79%
B=27.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.47
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23510012400.570.470.08349.3377.1465.69
HexEB647C0392F815d4d42
Octal3531441740715710535115102
Binary11101011110010011111000111001101111100010101110110011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB647C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB647C; }

 p { color: rgb(235,100,124); }

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

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

 a { background-color: rgb(235,100,124); }

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

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

 span { border-color: rgb(235,100,124); }

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