#EB6571

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

Shades of Froly #EB6571

Tints of Froly #EB6571

Color information

#EB6571 (or 0xEB6571) is unknown color: approx Froly. HEX triplet: EB, 65 and 71. RGB value is (235,101,113). Sum of RGB (Red+Green+Blue) = 235+101+113=449 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.34% from 449); Green value is 101 (39.84% from 255 or 22.49% from 449); Blue value is 113 (44.53% from 255 or 25.17% from 449); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6571 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB6571 is #149A8E. Grayscale: #8E8E8E. Windows color (decimal): -1350287 or 7431659. OLE color: 7431659.

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

Color convert

RGB235101113-
CMYK00.570.520.08
HSL354.63º77.01%65.88%-
HSV(B)354.63º57.02%92.16%-
XYZ41.928.1618.85-
YUV142.43111.39194.02-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 52.34%
GREEN value IS 101 (39.84% from 255) = 22.49%
BLUE value IS 113 (44.53% from 255) = 25.17%
R=52.34%
G=22.49%
B=25.17%

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
Decimal23510111300.570.520.08354.6377.0165.88
HexEB65710393481634d42
Octal3531451610716410543115102
Binary11101011110010111100010111001110100100010110001110011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB6571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB6571; }

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

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

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

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

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

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

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

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