#E66F7B

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

Shades of Froly #E66F7B

Tints of Froly #E66F7B

Color information

#E66F7B (or 0xE66F7B) is unknown color: approx Froly. HEX triplet: E6, 6F and 7B. RGB value is (230,111,123). Sum of RGB (Red+Green+Blue) = 230+111+123=464 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.57% from 464); Green value is 111 (43.75% from 255 or 23.92% from 464); Blue value is 123 (48.44% from 255 or 26.51% from 464); Max value from RGB is 230 - color contains mainly: red. Hex color #E66F7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E66F7B is #199084. Grayscale: #949494. Windows color (decimal): -1675397 or 8089574. OLE color: 8089574.

HSL color Cylindrical-coordinate representation of color #E66F7B: hue angle of 353.95º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E66F7B is Cyan = 0, Magento = 0.52, Yellow = 0.47 and Black (K on CMYK) = 0.10.

Color convert

RGB230111123-
CMYK00.520.470.10
HSL353.95º70.41%66.86%-
HSV(B)353.95º51.74%90.2%-
XYZ41.8929.6222.25-
YUV147.95113.92186.52-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 49.57%
GREEN value IS 111 (43.75% from 255) = 23.92%
BLUE value IS 123 (48.44% from 255) = 26.51%
R=49.57%
G=23.92%
B=26.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.47
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23011112300.520.470.10353.9570.4166.86
HexE66F7B0342FA1624643
Octal3461571730645712542106103
Binary11100110110111111110110110100101111101010110001010001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E66F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E66F7B; }

 p { color: rgb(230,111,123); }

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

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

 a { background-color: rgb(230,111,123); }

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

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

 span { border-color: rgb(230,111,123); }

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