#E67F82

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

Shades of Froly #E67F82

Tints of Froly #E67F82

Color information

#E67F82 (or 0xE67F82) is unknown color: approx Froly. HEX triplet: E6, 7F and 82. RGB value is (230,127,130). Sum of RGB (Red+Green+Blue) = 230+127+130=487 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.23% from 487); Green value is 127 (50% from 255 or 26.08% from 487); Blue value is 130 (51.17% from 255 or 26.69% from 487); Max value from RGB is 230 - color contains mainly: red. Hex color #E67F82 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E67F82 is #19807D. Grayscale: #9E9E9E. Windows color (decimal): -1671294 or 8552422. OLE color: 8552422.

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

Color convert

RGB230127130-
CMYK00.450.430.10
HSL358.25º67.32%70%-
HSV(B)358.25º44.78%90.2%-
XYZ44.2533.6125.27-
YUV158.14112.12179.26-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 47.23%
GREEN value IS 127 (50% from 255) = 26.08%
BLUE value IS 130 (51.17% from 255) = 26.69%
R=47.23%
G=26.08%
B=26.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.43
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23012713000.450.430.10358.2567.3270
HexE67F8202D2BA1664346
Octal3461772020555312546103106
Binary111001101111111100000100101101101011101010110011010000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E67F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E67F82; }

 p { color: rgb(230,127,130); }

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

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

 a { background-color: rgb(230,127,130); }

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

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

 span { border-color: rgb(230,127,130); }

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