#EB6570

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

Shades of Froly #EB6570

Tints of Froly #EB6570

Color information

#EB6570 (or 0xEB6570) is unknown color: approx Froly. HEX triplet: EB, 65 and 70. RGB value is (235,101,112). Sum of RGB (Red+Green+Blue) = 235+101+112=448 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.46% from 448); Green value is 101 (39.84% from 255 or 22.54% from 448); Blue value is 112 (44.14% from 255 or 25% from 448); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6570 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB6570 is #149A8F. Grayscale: #8E8E8E. Windows color (decimal): -1350288 or 7366123. OLE color: 7366123.

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

Color convert

RGB235101112-
CMYK00.570.520.08
HSL355.07º77.01%65.88%-
HSV(B)355.07º57.02%92.16%-
XYZ41.8428.1418.56-
YUV142.32110.89194.11-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 52.46%
GREEN value IS 101 (39.84% from 255) = 22.54%
BLUE value IS 112 (44.14% from 255) = 25%
R=52.46%
G=22.54%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.52
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23510111200.570.520.08355.0777.0165.88
HexEB65700393481634d42
Octal3531451600716410543115102
Binary11101011110010111100000111001110100100010110001110011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB6570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB6570; }

 p { color: rgb(235,101,112); }

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

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

 a { background-color: rgb(235,101,112); }

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

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

 span { border-color: rgb(235,101,112); }

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