#E66975

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

Shades of Froly #E66975

Tints of Froly #E66975

Color information

#E66975 (or 0xE66975) is unknown color: approx Froly. HEX triplet: E6, 69 and 75. RGB value is (230,105,117). Sum of RGB (Red+Green+Blue) = 230+105+117=452 (59% of max value = 765). Red value is 230 (90.23% from 255 or 50.88% from 452); Green value is 105 (41.41% from 255 or 23.23% from 452); Blue value is 117 (46.09% from 255 or 25.88% from 452); Max value from RGB is 230 - color contains mainly: red. Hex color #E66975 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E66975 is #19968A. Grayscale: #8F8F8F. Windows color (decimal): -1676939 or 7694822. OLE color: 7694822.

HSL color Cylindrical-coordinate representation of color #E66975: hue angle of 354.24º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E66975 is Cyan = 0, Magento = 0.54, Yellow = 0.49 and Black (K on CMYK) = 0.10.

Color convert

RGB230105117-
CMYK00.540.490.10
HSL354.24º71.43%65.69%-
HSV(B)354.24º54.35%90.2%-
XYZ40.928.2120.12-
YUV143.74112.91189.52-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 50.88%
GREEN value IS 105 (41.41% from 255) = 23.23%
BLUE value IS 117 (46.09% from 255) = 25.88%
R=50.88%
G=23.23%
B=25.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.49
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23010511700.540.490.10354.2471.4365.69
HexE6697503631A1624742
Octal3461511650666112542107102
Binary11100110110100111101010110110110001101010110001010001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E66975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E66975; }

 p { color: rgb(230,105,117); }

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

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

 a { background-color: rgb(230,105,117); }

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

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

 span { border-color: rgb(230,105,117); }

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