#EB6469

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

Shades of Froly #EB6469

Tints of Froly #EB6469

Color information

#EB6469 (or 0xEB6469) is unknown color: approx Froly. HEX triplet: EB, 64 and 69. RGB value is (235,100,105). Sum of RGB (Red+Green+Blue) = 235+100+105=440 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.41% from 440); Green value is 100 (39.45% from 255 or 22.73% from 440); Blue value is 105 (41.41% from 255 or 23.86% from 440); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6469 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB6469 is #149B96. Grayscale: #8D8D8D. Windows color (decimal): -1350551 or 6907115. OLE color: 6907115.

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

Color convert

RGB235100105-
CMYK00.570.550.08
HSL357.78º77.14%65.69%-
HSV(B)357.78º57.45%92.16%-
XYZ41.3727.816.55-
YUV140.94107.73195.09-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 53.41%
GREEN value IS 100 (39.45% from 255) = 22.73%
BLUE value IS 105 (41.41% from 255) = 23.86%
R=53.41%
G=22.73%
B=23.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.55
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23510010500.570.550.08357.7877.1465.69
HexEB64690393781664d42
Octal3531441510716710546115102
Binary11101011110010011010010111001110111100010110011010011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB6469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB6469; }

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

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

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

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

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

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

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

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