#E6647A

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

Shades of Froly #E6647A

Tints of Froly #E6647A

Color information

#E6647A (or 0xE6647A) is unknown color: approx Froly. HEX triplet: E6, 64 and 7A. RGB value is (230,100,122). Sum of RGB (Red+Green+Blue) = 230+100+122=452 (59% of max value = 765). Red value is 230 (90.23% from 255 or 50.88% from 452); Green value is 100 (39.45% from 255 or 22.12% from 452); Blue value is 122 (48.05% from 255 or 26.99% from 452); Max value from RGB is 230 - color contains mainly: red. Hex color #E6647A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6647A is #199B85. Grayscale: #8D8D8D. Windows color (decimal): -1678214 or 8021222. OLE color: 8021222.

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

Color convert

RGB230100122-
CMYK00.570.470.10
HSL349.85º72.22%64.71%-
HSV(B)349.85º56.52%90.2%-
XYZ40.727.3421.54-
YUV141.38117.07191.21-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 50.88%
GREEN value IS 100 (39.45% from 255) = 22.12%
BLUE value IS 122 (48.05% from 255) = 26.99%
R=50.88%
G=22.12%
B=26.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.47
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23010012200.570.470.10349.8572.2264.71
HexE6647A0392FA15e4841
Octal3461441720715712536110101
Binary11100110110010011110100111001101111101010101111010010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6647A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6647A; }

 p { color: rgb(230,100,122); }

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

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

 a { background-color: rgb(230,100,122); }

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

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

 span { border-color: rgb(230,100,122); }

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