#EB6567

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

Shades of Froly #EB6567

Tints of Froly #EB6567

Color information

#EB6567 (or 0xEB6567) is unknown color: approx Froly. HEX triplet: EB, 65 and 67. RGB value is (235,101,103). Sum of RGB (Red+Green+Blue) = 235+101+103=439 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.53% from 439); Green value is 101 (39.84% from 255 or 23.01% from 439); Blue value is 103 (40.62% from 255 or 23.46% from 439); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6567 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB6567 is #149A98. Grayscale: #8D8D8D. Windows color (decimal): -1350297 or 6776299. OLE color: 6776299.

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

Color convert

RGB235101103-
CMYK00.570.560.08
HSL359.1º77.01%65.88%-
HSV(B)359.1º57.02%92.16%-
XYZ41.3627.9516.05-
YUV141.29106.39194.84-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 53.53%
GREEN value IS 101 (39.84% from 255) = 23.01%
BLUE value IS 103 (40.62% from 255) = 23.46%
R=53.53%
G=23.01%
B=23.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.56
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23510110300.570.560.08359.177.0165.88
HexEB65670393881674d42
Octal3531451470717010547115102
Binary11101011110010111001110111001111000100010110011110011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB6567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB6567; }

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

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

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

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

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

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

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

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