#EB6471

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

Shades of Froly #EB6471

Tints of Froly #EB6471

Color information

#EB6471 (or 0xEB6471) is unknown color: approx Froly. HEX triplet: EB, 64 and 71. RGB value is (235,100,113). Sum of RGB (Red+Green+Blue) = 235+100+113=448 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.46% from 448); Green value is 100 (39.45% from 255 or 22.32% from 448); Blue value is 113 (44.53% from 255 or 25.22% from 448); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6471 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB6471 is #149B8E. Grayscale: #8D8D8D. Windows color (decimal): -1350543 or 7431403. OLE color: 7431403.

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

Color convert

RGB235100113-
CMYK00.570.520.08
HSL354.22º77.14%65.69%-
HSV(B)354.22º57.45%92.16%-
XYZ41.827.9718.82-
YUV141.85111.73194.44-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 52.46%
GREEN value IS 100 (39.45% from 255) = 22.32%
BLUE value IS 113 (44.53% from 255) = 25.22%
R=52.46%
G=22.32%
B=25.22%

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
Decimal23510011300.570.520.08354.2277.1465.69
HexEB64710393481624d42
Octal3531441610716410542115102
Binary11101011110010011100010111001110100100010110001010011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB6471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB6471; }

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

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

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

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

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

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

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

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